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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 4 15:28:07 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/Framework
In directory public:/mounts/ram/cvs-serv23066

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add one of the headers to the regular sources


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Framework/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	8 May 2007 15:53:39 -0000	1.2
+++ CMakeLists.txt	4 Jun 2007 19:28:05 -0000	1.3
@@ -1,10 +1,10 @@
 project(Framework)
-add_library(foo SHARED foo.cxx)
+add_library(foo SHARED foo.cxx foo.h )
 set_target_properties(foo PROPERTIES 
   FRAMEWORK TRUE
   FRAMEWORK_PUBLIC_HEADERS "foo.h;foo2.h"
   FRAMEWORK_VERSION ver2
-  FRAMEWORK_RESOURCES ""
+  FRAMEWORK_RESOURCES "test.lua"
 )
 add_executable(bar bar.cxx)
 target_link_libraries(bar foo)



More information about the Cmake-commits mailing list