aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56d379a..5e19a45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ endforeach(FILE ${HEADER_FILES})
file(GLOB_RECURSE SRC_CPP_FILES src/*.cpp)
if(NOT TARGET ChessMoveInterface)
add_library(ChessMoveInterface STATIC ${SRC_CPP_FILES})
- target_include_directories(ChessMoveInterface PUBLIC src)
+ target_include_directories(ChessMoveInterface PUBLIC ${CMI_INCLUDE_DIR})
endif()
# Unit tests