]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/CMakeLists.txt
Move the global formats and system_formats variables into the
[lyx.git] / src / frontends / CMakeLists.txt
index 171e0a26f996bd21ab1c89a1cde73eb3d027d49f..78c310d31d171764e0cb2c6ab10f7547653148bf 100644 (file)
@@ -20,8 +20,10 @@ else()
        lyx_const_touched_files(_allinone  frontends_sources)
        add_library(frontends ${library_type} ${_allinone_files})
 endif()
+set_target_properties(frontends PROPERTIES FOLDER "applications/LyX")
 
 target_link_libraries(frontends ${Lyx_Boost_Libraries})
 
 project_source_group("${GROUP_CODE}" frontends_sources frontends_headers)
 
+add_subdirectory(tests)