We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eaef4c + 9df3a66 commit 163189fCopy full SHA for 163189f
cmake/godotcpp.cmake
@@ -240,7 +240,7 @@ function( godotcpp_generate )
240
set( HOT_RELOAD "$<IF:${HOT_RELOAD-UNSET},$<NOT:${IS_RELEASE}>,$<BOOL:${GODOT_USE_HOT_RELOAD}>>" )
241
242
# the godot-cpp.* library targets
243
- add_library( ${TARGET_NAME} STATIC ${EXCLUDE} )
+ add_library( ${TARGET_NAME} STATIC EXCLUDE_FROM_ALL )
244
add_library( godot-cpp::${TARGET_NAME} ALIAS ${TARGET_NAME} )
245
246
file( GLOB_RECURSE GODOTCPP_SOURCES LIST_DIRECTORIES NO CONFIGURE_DEPENDS src/*.cpp )
0 commit comments