mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Do not set all CMake files as C header files. This fixes resource compilation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
688feff625
commit
6db49535bf
@ -279,7 +279,6 @@ macro(lyx_add_info_files group)
|
||||
if(NOT IS_DIRECTORY ${_it})
|
||||
get_filename_component(name ${_it} NAME)
|
||||
if(NOT ${_it} MATCHES "^/\\\\..*$;~$")
|
||||
set_source_files_properties(${_it} PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
set(lyx_${group}_info_files ${lyx_${group}_info_files} ${_it})
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user