From a4f4b6c1be95ea11d580098b0f447fc0b9976785 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Wed, 2 Jan 2019 16:32:09 +0100 Subject: [PATCH] fix cmake file for ngcore --- libsrc/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)