[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.142 1.143

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 13 15:49:49 EST 2009


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv9163/Source/kwsys

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Add KWSys header files to library targets

This adds the configured KWSys header files to the library targets that
implement their APIs so that they show up in IDE project files.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/CMakeLists.txt,v
retrieving revision 1.142
retrieving revision 1.143
diff -C 2 -d -r1.142 -r1.143
*** CMakeLists.txt	17 Oct 2008 16:52:03 -0000	1.142
--- CMakeLists.txt	13 Feb 2009 20:49:47 -0000	1.143
***************
*** 730,733 ****
--- 730,734 ----
    CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/${c}.hxx.in ${KWSYS_HEADER_DIR}/${c}.hxx
                   @ONLY IMMEDIATE)
+   SET(KWSYS_CXX_SRCS ${KWSYS_CXX_SRCS} ${KWSYS_HEADER_DIR}/${c}.hxx)
  
    # Create an install target for the header.
***************
*** 748,751 ****
--- 749,753 ----
    CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/${h}.h.in ${KWSYS_HEADER_DIR}/${h}.h
                   @ONLY IMMEDIATE)
+   SET(KWSYS_C_SRCS ${KWSYS_C_SRCS} ${KWSYS_HEADER_DIR}/${h}.h)
  
    # Create an install target for the header.
***************
*** 766,769 ****
--- 768,772 ----
    CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/${h}.hxx.in ${KWSYS_HEADER_DIR}/${h}.hxx
                   @ONLY IMMEDIATE)
+   SET(KWSYS_CXX_SRCS ${KWSYS_CXX_SRCS} ${KWSYS_HEADER_DIR}/${h}.hxx)
  
    # Create an install target for the header.



More information about the Cmake-commits mailing list