[cmake-commits] martink committed CMakeLists.txt 1.9 1.10
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 11 10:22:22 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/COnly
In directory public:/mounts/ram/cvs-serv1569/Tests/COnly
Modified Files:
CMakeLists.txt
Log Message:
ENH: some more CMakeList cleanups
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/COnly/CMakeLists.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- CMakeLists.txt 20 Jun 2005 15:49:29 -0000 1.9
+++ CMakeLists.txt 11 May 2007 14:22:20 -0000 1.10
@@ -1,11 +1,11 @@
# a simple C only test case
-project (conly C)
+project (COnly C)
set(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")
add_library(testc1 STATIC libc1.c)
add_library(testc2 SHARED libc2.c)
-add_executable (conly conly.c foo.c foo.h)
-target_link_libraries(conly testc1 testc2)
+add_executable (COnly conly.c foo.c foo.h)
+target_link_libraries(COnly testc1 testc2)
string(ASCII 35 32 67 77 97 107 101 ASCII_STRING)
message(STATUS "String: ${ASCII_STRING}")
More information about the Cmake-commits
mailing list