]> 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 9641faf11a7fb2f7418113638d28350c37984f61..f7712e5f18b59630a4b0ff9865fb5237f67f4cdc 100644 (file)
@@ -3,13 +3,14 @@
 #
 # Copyright (c) 2013 Kornel Benko, <kornel@lyx.org>
 
-project(test)
+project(testFrontends)
 
 set(TESTS "test_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")
 
 foreach(tst ${TESTS})
   add_test(NAME "frontends/${tst}"