mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Amend e501f2c4
put icons in cmake bin dir so that tex2lyx can also see them
This commit is contained in:
parent
6f084c4c30
commit
4dc33e52f8
@ -96,9 +96,9 @@ endif()
|
||||
|
||||
if(WIN32 AND NOT MINGW)
|
||||
set(FILE_RC ${TOP_SRC_DIR}/src/lyxwinres.rc)
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx.ico DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx_doc.ico DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
|
||||
message(STATUS "Using icon defined in resource file: ${FILE_RC}")
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx.ico DESTINATION ${CMAKE_BINARY_DIR})
|
||||
file(COPY ${TOP_SRC_DIR}/development/Win32/packaging/icons/lyx_doc.ico DESTINATION ${CMAKE_BINARY_DIR})
|
||||
message(STATUS "Using icon defined in resource file: ${FILE_RC}")
|
||||
endif()
|
||||
|
||||
lyx_find_info_files(LyXInfoFiles ${TOP_SRC_DIR}/*)
|
||||
|
Loading…
Reference in New Issue
Block a user