[cmake-commits] andy committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed May 16 07:56:58 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/BuildDepends/Project
In directory public:/mounts/ram/cvs-serv32032
Modified Files:
CMakeLists.txt
Log Message:
BUG: check in the rest of the changes to move from c to cxx
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BuildDepends/Project/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 9 May 2007 19:10:12 -0000 1.1
+++ CMakeLists.txt 16 May 2007 11:56:56 -0000 1.2
@@ -1,4 +1,4 @@
project(testRebuild)
-add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.c)
-add_executable(bar bar.c)
+add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.cxx)
+add_executable(bar bar.cxx)
target_link_libraries(bar foo)
More information about the Cmake-commits
mailing list