Skip to content

Commit 291338d

Browse files
committed
add EXCLUDE_FROM_ALL to godot-cpp-test so that it isn't built as part of the 'all' target
1 parent c0cf7cb commit 291338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else()
1616
endif()
1717

1818
# Define our godot-cpp library
19-
add_library(${PROJECT_NAME} SHARED )
19+
add_library(${PROJECT_NAME} SHARED EXCLUDE_FROM_ALL )
2020

2121
target_sources( ${PROJECT_NAME}
2222
PRIVATE

0 commit comments

Comments
 (0)