diff options
-rw-r--r-- | libparc/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt index 39c83c5c..0831be64 100644 --- a/libparc/CMakeLists.txt +++ b/libparc/CMakeLists.txt @@ -13,13 +13,13 @@ if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release") endif () -if( UNIX ) +if(UNIX) link_libraries(m) -endif( UNIX ) +endif(UNIX) -include( CTest ) -include( version ) -include( detectCacheSize ) +include(CTest) +include(version) +include(detectCacheSize) if(ANDROID_API) message("############ Detected cross compile for $ENV{CMAKE_SYSTEM_NAME}") |