diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 4791430..83bd7cb 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -34,6 +34,8 @@ else() add_library(ddsc "") endif() +add_definitions(-DDDSI_INCLUDE_NETWORK_PARTITIONS) + include(ddsi/CMakeLists.txt) include(ddsc/CMakeLists.txt) include(security/CMakeLists.txt)