]> git.lyx.org Git - features.git/commitdiff
link to boost stuff
authorEdwin Leuven <e.leuven@gmail.com>
Mon, 8 Oct 2007 09:41:11 +0000 (09:41 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Mon, 8 Oct 2007 09:41:11 +0000 (09:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20842 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/frontends/CMakeLists.txt
development/cmake/src/frontends/qt4/CMakeLists.txt

index d7dfa508f9d3c6d09b020e568d34ad98c6b269e2..61bcf422bd5a856b20a53a53e48f9478bc40d396 100644 (file)
@@ -23,5 +23,7 @@ else()
        add_library(frontends ${library_type} ${_allinone_files})
 endif()
 
+target_link_libraries(frontends boost_regex)
+
 project_source_group("${GROUP_CODE}" frontends_sources frontends_headers)
 
index a6a5f80cd9c0035f78e3addfc08585d2fb2c52e2..9fdfe08718f215bbd5ef1b7dfee8a1a8992f5b8e 100644 (file)
@@ -50,5 +50,7 @@ endif()
 project_source_group("${GROUP_CODE}"
        frontends_qt4_sources frontends_qt4_headers)
 
+target_link_libraries(frontend_qt4 boost_filesystem)
+
 source_group("Uic files" FILES ${frontend_qt4_UI})