From e4ecc7ff1c418fade4989899d5e7cb22d510d37e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 6 Jan 2011 18:57:49 +0000 Subject: [PATCH] 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 --- development/cmake/src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/cmake/src/CMakeLists.txt b/development/cmake/src/CMakeLists.txt index 8841cd4715..c75cf8033f 100644 --- a/development/cmake/src/CMakeLists.txt +++ b/development/cmake/src/CMakeLists.txt @@ -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} -- 2.39.5