[cmake-commits] martink committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 11 10:22:22 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/CxxOnly
In directory public:/mounts/ram/cvs-serv1569/Tests/CxxOnly
Modified Files:
CMakeLists.txt
Log Message:
ENH: some more CMakeList cleanups
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CxxOnly/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 21 Jul 2006 15:43:26 -0000 1.1
+++ CMakeLists.txt 11 May 2007 14:22:20 -0000 1.2
@@ -1,8 +1,8 @@
# a simple CXX only test case
-project (cxxonly CXX)
+project (CxxOnly CXX)
set(CMAKE_DEBUG_POSTFIX "_test_debug_postfix")
add_library(testcxx1 STATIC libcxx1.cxx)
add_library(testcxx2 SHARED libcxx2.cxx)
-add_executable (cxxonly cxxonly.cxx)
-target_link_libraries(cxxonly testcxx1 testcxx2)
+add_executable (CxxOnly cxxonly.cxx)
+target_link_libraries(CxxOnly testcxx1 testcxx2)
More information about the Cmake-commits
mailing list