diff --git a/libsrc/core/CMakeLists.txt b/libsrc/core/CMakeLists.txt index 805808d5..01479a61 100644 --- a/libsrc/core/CMakeLists.txt +++ b/libsrc/core/CMakeLists.txt @@ -1,5 +1,5 @@ -add_library(ngcore SHARED archive.cpp logging.cpp flags.cpp) +add_library(ngcore SHARED archive.cpp logging.cpp) target_compile_definitions(ngcore PRIVATE NGCORE_EXPORTS) if(NOT WIN32)