We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00151a1 commit f4c15a9Copy full SHA for f4c15a9
1 file changed
test/CMakeLists.txt
@@ -29,6 +29,7 @@ target_link_libraries(${TARGET_NAME} PRIVATE godot-cpp)
29
30
### Get useful properties from godot-cpp target
31
get_target_property(GODOTCPP_SUFFIX godot-cpp GODOTCPP_SUFFIX)
32
+get_target_property(GODOTCPP_TARGET godot-cpp GODOTCPP_TARGET)
33
34
# gersemi: off
35
set_target_properties(
@@ -64,6 +65,6 @@ set_target_properties(
64
65
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
66
67
${TARGET_NAME}
- PROPERTIES SUFFIX "" OUTPUT_DIR "${OUTPUT_DIR}/libgdexample.macos.${GODOTCPP_TARGET}.framework"
68
+ PROPERTIES OUTPUT_NAME "gdexample.macos.${GODOTCPP_TARGET}" SUFFIX ".framework"
69
)
70
endif()
0 commit comments