Cmake build: Install lyx.svg under images for all platforms

This commit is contained in:
Kornel Benko 2020-08-26 14:33:42 +02:00
parent 761648b1f7
commit 41e03d9b2b

View File

@ -158,6 +158,7 @@ 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/)
if(NOT lyxrcorig STREQUAL "")
configure_file("${lyxrcorig}" lyxrc.dist)