CMake: Install wxrc on all platforms, closes #18289
This commit is contained in:
@@ -20,8 +20,8 @@ if(wxUSE_XRC)
|
|||||||
|
|
||||||
set_target_properties(wxrc PROPERTIES FOLDER "Utilities")
|
set_target_properties(wxrc PROPERTIES FOLDER "Utilities")
|
||||||
|
|
||||||
if(UNIX)
|
|
||||||
wx_install(TARGETS wxrc RUNTIME DESTINATION "bin")
|
wx_install(TARGETS wxrc RUNTIME DESTINATION "bin")
|
||||||
|
if(UNIX)
|
||||||
install(CODE "execute_process( \
|
install(CODE "execute_process( \
|
||||||
COMMAND ${CMAKE_COMMAND} -E rename \
|
COMMAND ${CMAKE_COMMAND} -E rename \
|
||||||
${CMAKE_INSTALL_PREFIX}/bin/wxrc \
|
${CMAKE_INSTALL_PREFIX}/bin/wxrc \
|
||||||
|
Reference in New Issue
Block a user