[keel,turbine,studio] Fix some install mistakes
All checks were successful
Build / build (push) Successful in 2m17s

This commit is contained in:
2025-05-13 21:39:37 -05:00
parent 80b452833f
commit 83fbe6ac74
3 changed files with 10 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ install(
DIRECTORY
../include/keel
DESTINATION
include/keel
include
)
install(
@@ -60,4 +60,11 @@ if(TURBINE_BUILD_TYPE STREQUAL "Native")
OxClaw
OxLogConn
)
install(
TARGETS
KeelPack-AppLib
DESTINATION
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
endif()