mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend 95da2707
for Cmake: Check for icon aliases
This commit is contained in:
parent
c63e9d4caa
commit
7f32b02306
@ -167,7 +167,9 @@ elseif(CYGWIN)
|
||||
elseif(WIN32)
|
||||
set(lyxrcorig "${TOP_SRC_DIR}/development/Win32/lyxrc.dist.in")
|
||||
endif()
|
||||
install(FILES ${TOP_SRC_DIR}/lib/images/lyx.svg DESTINATION ${LYX_DATA_SUBDIR}/images/)
|
||||
foreach(_file lyx.svg icon.aliases)
|
||||
install(FILES ${TOP_SRC_DIR}/lib/images/${_file} DESTINATION ${LYX_DATA_SUBDIR}/images/)
|
||||
endforeach()
|
||||
|
||||
if(NOT lyxrcorig STREQUAL "")
|
||||
configure_file("${lyxrcorig}" lyxrc.dist)
|
||||
|
Loading…
Reference in New Issue
Block a user