We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b638452 commit 5b5f267Copy full SHA for 5b5f267
1 file changed
test/CMakeLists.txt
@@ -7,6 +7,13 @@ The Test target used to validate changes in the GitHub CI.
7
8
message(STATUS "Testing Integration targets are enabled.")
9
10
+# Clean pre-existing framework bundles (they are committed for SCons, but break CMake framework generation)
11
+file(
12
+ REMOVE_RECURSE
13
+ "${OUTPUT_DIR}/project/bin/libgdexample.macos.template_debug.framework"
14
+ "${OUTPUT_DIR}/project/bin/libgdexample.macos.template_release.framework"
15
+)
16
+
17
set(TARGET_NAME "godot-cpp-test")
18
19
add_library(${TARGET_NAME} SHARED EXCLUDE_FROM_ALL)
0 commit comments