[keel,turbine,studio] Fix some install mistakes
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
+8 -1
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()
+1 -1
View File
@@ -44,5 +44,5 @@ install(
DIRECTORY
../include/studio
DESTINATION
include/studio
include
)
+1 -1
View File
@@ -38,7 +38,7 @@ install(
DIRECTORY
../include/turbine
DESTINATION
include/turbine
include
)
install(