From ea512c3b1d2d85ff76aa7d4979c73dd7f1217757 Mon Sep 17 00:00:00 2001 From: sanine Date: Fri, 3 Feb 2023 22:34:04 -0600 Subject: begin refactor with bison xml parser --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.1