X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FCMakeLists.txt;h=867b838c807b4192ccc7c0342bd62195f550ac8c;hb=ba3ff646db52efc8faaa735107c5580eae82b29d;hp=171e0a26f996bd21ab1c89a1cde73eb3d027d49f;hpb=897edc10c07f5605584317376d7e909e1eba9319;p=lyx.git diff --git a/src/frontends/CMakeLists.txt b/src/frontends/CMakeLists.txt index 171e0a26f9..867b838c80 100644 --- a/src/frontends/CMakeLists.txt +++ b/src/frontends/CMakeLists.txt @@ -8,7 +8,7 @@ project(frontends) include_directories(${TOP_SRC_DIR}/src/frontends) -add_subdirectory(qt4) +add_subdirectory(qt4) file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES}) file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES}) @@ -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)