mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
bbb52a1c9d
commit
2d03368a13
@ -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)
|
||||
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user