mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
test linux upload
This commit is contained in:
parent
28bda618b8
commit
269596a9c3
1 changed files with 4 additions and 0 deletions
|
@ -614,6 +614,10 @@ add_custom_target(
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/starship.o2r" "${CMAKE_BINARY_DIR}/starship.o2r"
|
COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_SOURCE_DIR}/starship.o2r" "${CMAKE_BINARY_DIR}/starship.o2r"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||||
|
install(FILES "${CMAKE_BINARY_DIR}/starship.o2r" DESTINATION . COMPONENT ${PROJECT_NAME})
|
||||||
|
endif()
|
||||||
|
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||||
add_custom_target(CreateOSXIcons
|
add_custom_target(CreateOSXIcons
|
||||||
COMMAND mkdir -p ${CMAKE_BINARY_DIR}/macosx/starship.iconset
|
COMMAND mkdir -p ${CMAKE_BINARY_DIR}/macosx/starship.iconset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue