cmake: add status.16x

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37131 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-01-06 17:27:01 +00:00
parent 763ebd25c0
commit 2972b7ff4e

View File

@ -71,6 +71,13 @@ if(WIN32)
endif()
if(MSVC_IDE)
set(lyx_headers ${lyx_headers} ${TOP_SRC_DIR}/status.16x)
set_source_files_properties(${TOP_SRC_DIR}/status.16x PROPERTIES HEADER_FILE_ONLY TRUE)
source_group(Status ${TOP_SRC_DIR}/status.16x)
endif()
add_executable(${_lyx}
${WIN32_CONSOLE}
${lyx_sources}