diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-06-21 19:38:15 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-06-21 19:38:15 +0200 |
| commit | 55763badae9118135126c4c623cd0c7f09183c09 (patch) | |
| tree | 061bef55a6eeac69b976aaebb43456d680fc8ed5 /CMakeLists.txt | |
| parent | 9b7a6f66182020913cd9b5b1205634dabbcf081e (diff) | |
Use macro for sources addition. Fix typo in findzip.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8334e6d..db1f028 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ MESSAGE ( "Configure for ${APPNAME} Started" ) MESSAGE ( "<******************************>" ) CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 ) CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 FATAL_ERROR ) +INCLUDE (cmake/MacroAddSources.cmake) IF ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) ENDIF ( COMMAND cmake_policy ) |