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