]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/tests/CMakeLists.txt
Revert "Amend 3093789e for cmake build"
[lyx.git] / src / frontends / tests / CMakeLists.txt
index e7f8efb7e8d857e1a8be4c1d7339e39d1bd4970e..f7712e5f18b59630a4b0ff9865fb5237f67f4cdc 100644 (file)
@@ -7,8 +7,8 @@ project(testFrontends)
 
 set(TESTS "test_biblio")
 
-add_executable(biblio biblio.cpp)
-#target_link_libraries(biblio)
+add_executable(biblio biblio.cpp boost.cpp)
+target_link_libraries(biblio ${Lyx_Boost_Libraries})
 add_dependencies(lyx_run_tests biblio)
 set_target_properties(biblio PROPERTIES FOLDER "tests/frontends")