diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b22b369..87e68c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ option(KALMIA_BUILD_TESTS "Build the tests" ON) option(KALMIA_BUILD_EXAMPLE "Build the example" ON) add_library(kalmia STATIC) -target_include_directories(kalmia PUBLIC include 3rdparty 3rdparty/ezxml) +target_include_directories(kalmia PUBLIC include) if (UNIX) set_target_properties( kalmia PROPERTIES @@ -34,4 +34,3 @@ if (KALMIA_BUILD_EXAMPLE) endif() add_subdirectory(src) -add_subdirectory(3rdparty/ezxml) |