From: Jon H. <jon...@us...> - 2006-09-15 09:04:32
|
Update of /cvsroot/shallows/shallows In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19159 Modified Files: CMakeLists.txt Log Message: Changed names for Cg and ImageMagic. Made library threaded Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/shallows/shallows/CMakeLists.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CMakeLists.txt 25 Jul 2006 13:50:27 -0000 1.1 --- CMakeLists.txt 15 Sep 2006 09:04:28 -0000 1.2 *************** *** 20,27 **** endif(NOT HAVE_BOOST_SHARED_PTR_HPP) ! check_include_file_cxx(Magick++.h HAVE_MAGICK_H) ! check_include_files(png.h HAVE_PNG_H) ! check_include_files(Cg/cg.h HAVE_CG_CG_H) ! check_include_files(Cg/cgGL.h HAVE_CG_CGGL_H) configure_file(config.h.cmake include/shallows/config.h) --- 20,27 ---- endif(NOT HAVE_BOOST_SHARED_PTR_HPP) ! check_include_file_cxx(Magick++.h HAVE_MAGICK) ! check_include_files(png.h HAVE_PNG) ! check_include_files(Cg/cg.h HAVE_CG) ! check_include_files(Cg/cgGL.h HAVE_CGGL) configure_file(config.h.cmake include/shallows/config.h) *************** *** 32,33 **** --- 32,34 ---- #add_library(shallows ${SHALLOWS_SRC}) add_library(shallows SHARED ${SHALLOWS_SRC}) + SET_SOURCE_FILES_PROPERTIES(${SHALLOWS_SRC} COMPILE_FLAGS -pthread) \ No newline at end of file |