mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
cmake: add all info files and the cmake macros
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37137 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
69c8dd36ba
commit
e4ecc7ff1c
@ -104,7 +104,7 @@ if(MSVC_IDE)
|
||||
set(lyx_info_files ${lyx_info_files} ${_it})
|
||||
endif()
|
||||
endforeach()
|
||||
source_group(LyXInfo FILES ${lyx_info_files})
|
||||
source_group(LyXInfoFiles FILES ${lyx_info_files})
|
||||
|
||||
file(GLOB cmake_files1 ${TOP_SRC_DIR}/development/cmake/*)
|
||||
file(GLOB cmake_files2 ${TOP_SRC_DIR}/development/cmake/modules/*)
|
||||
@ -118,7 +118,7 @@ if(MSVC_IDE)
|
||||
endif()
|
||||
endif()
|
||||
endforeach()
|
||||
source_group(LyXCMake FILES ${lyx_cmake_files})
|
||||
source_group(LyXCMakeFiles FILES ${lyx_cmake_files})
|
||||
endif()
|
||||
|
||||
add_executable(${_lyx}
|
||||
|
Loading…
Reference in New Issue
Block a user