X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FCMakeLists.txt;h=c8e8065fcc8ae4b4df7421b250e2f73941f1fa9e;hb=8db4faa160d0785e6cecf6df5e450daded2e7733;hp=171e0a26f996bd21ab1c89a1cde73eb3d027d49f;hpb=897edc10c07f5605584317376d7e909e1eba9319;p=lyx.git diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt index 171e0a26f9..c8e8065fcc 100644 --- a/src/frontends/CMakeLists.txt +++ b/src/frontends/CMakeLists.txt @@ -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})