mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
763ebd25c0
commit
2972b7ff4e
@ -71,6 +71,13 @@ if(WIN32)
|
|||||||
endif()
|
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}
|
add_executable(${_lyx}
|
||||||
${WIN32_CONSOLE}
|
${WIN32_CONSOLE}
|
||||||
${lyx_sources}
|
${lyx_sources}
|
||||||
|
Loading…
Reference in New Issue
Block a user