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

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Nov 7 10:52:43 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive
In directory public:/mounts/ram/cvs-serv10319

Modified Files:
	CMakeLists.txt 
Log Message:
link in additional libraries that the configure step finds


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/libarchive/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	30 Oct 2009 21:01:49 -0000	1.2
--- CMakeLists.txt	7 Nov 2009 15:52:40 -0000	1.3
***************
*** 116,119 ****
--- 116,120 ----
    # and call the library cmlibarchive
    ADD_LIBRARY(cmlibarchive STATIC ${libarchive_SOURCES} ${include_HEADERS})
+   TARGET_LINK_LIBRARIES(cmlibarchive ${ADDITIONAL_LIBS})
  ELSE()
    # Libarchive is a shared library



More information about the Cmake-commits mailing list