X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2Fmodules%2FProjectSourceGroup.cmake;h=0b4de4aeb6df29b3dac3de2b04e02593fb4c8798;hb=9dd695b17adfd47a35ea49b9c19cf5984d2d68be;hp=0922cf3647585d9148d1649a6ab8e8a62ac363f6;hpb=6040a5faf6e6ca8fb88315984a6f3c09c8fcef80;p=lyx.git diff --git a/development/cmake/modules/ProjectSourceGroup.cmake b/development/cmake/modules/ProjectSourceGroup.cmake index 0922cf3647..0b4de4aeb6 100644 --- a/development/cmake/modules/ProjectSourceGroup.cmake +++ b/development/cmake/modules/ProjectSourceGroup.cmake @@ -26,9 +26,11 @@ # # folders in the msvc projects -# mode==flat : headers and ourses in no folders +# mode==flat : headers and sources not in folders # mode==split : standard behavior of cmake, split headers and sources -# mode== : code is in this folder + +set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) macro(project_source_group mode sources headers) #message(STATUS ${mode})