link to boost stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20842 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2007-10-08 09:41:11 +00:00
parent bbb52a1c9d
commit 2d03368a13
2 changed files with 4 additions and 0 deletions

View 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)

View 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})