]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/CMakeLists.txt
Move LengthCombo into namespace lyx::frontend
[lyx.git] / src / frontends / CMakeLists.txt
index 171e0a26f996bd21ab1c89a1cde73eb3d027d49f..c8e8065fcc8ae4b4df7421b250e2f73941f1fa9e 100644 (file)
@@ -20,6 +20,7 @@ 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})