mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Cmake build: Install lyx.svg under images for all platforms
This commit is contained in:
parent
761648b1f7
commit
41e03d9b2b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user