Skip to content

Commit

Permalink
Only install slade.pk3 if BUILD_PK3 is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelT1 committed Dec 31, 2023
1 parent 59cf3a1 commit bc6bf1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/unix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,11 @@ else(APPLE)
RUNTIME DESTINATION bin
)

if (BUILD_PK3)
install(FILES "${SLADE_OUTPUT_DIR}/slade.pk3"
DESTINATION share/slade3
)
endif()

install(FILES "${PROJECT_SOURCE_DIR}/dist/res/logo_icon.png"
DESTINATION share/icons/
Expand Down

0 comments on commit bc6bf1d

Please sign in to comment.