Skip to content

Commit

Permalink
exclude godot-cpp from the all target
Browse files Browse the repository at this point in the history
  • Loading branch information
Warreign committed Aug 23, 2024
1 parent df1cdba commit c8baa92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ endif()

set( GODOT_CPP_SYSTEM_HEADERS ON CACHE BOOL "" FORCE )

add_subdirectory( godot-cpp )
add_subdirectory( godot-cpp EXCLUDE_FROM_ALL )

set_target_properties( godot-cpp
PROPERTIES
CXX_VISIBILITY_PRESET hidden # visibility needs to be the same as the main library
)


# Cesium native wrapper
add_subdirectory( cesium-native EXCLUDE_FROM_ALL )
Expand Down

0 comments on commit c8baa92

Please sign in to comment.