[cmake-commits] martink committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 11 10:22:22 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/NewlineArgs
In directory public:/mounts/ram/cvs-serv1569/Tests/NewlineArgs

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: some more CMakeList cleanups


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/NewlineArgs/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	7 Mar 2007 16:03:57 -0000	1.2
+++ CMakeLists.txt	11 May 2007 14:22:20 -0000	1.3
@@ -1,15 +1,15 @@
 # a simple CXX only test case
-project (newlineargs CXX)
+project (NewlineArgs CXX)
 
 add_definitions("-DTEST_FLAG_1
 -DTEST_FLAG_2")
 
-include_directories(" ${newlineargs_BINARY_DIR} 
- ${newlineargs_SOURCE_DIR} ")
+include_directories(" ${NewlineArgs_BINARY_DIR} 
+ ${NewlineArgs_SOURCE_DIR} ")
 
-configure_file("${newlineargs_SOURCE_DIR}/libcxx2.h.in" 
-  "${newlineargs_BINARY_DIR}/libcxx2.h")
+configure_file("${NewlineArgs_SOURCE_DIR}/libcxx2.h.in" 
+  "${NewlineArgs_BINARY_DIR}/libcxx2.h")
 
 add_library(testcxx1 libcxx1.cxx)
-add_executable (cxxonly cxxonly.cxx)
-target_link_libraries(cxxonly testcxx1)
+add_executable (NewlineArgs cxxonly.cxx)
+target_link_libraries(NewlineArgs testcxx1)



More information about the Cmake-commits mailing list