diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-02 19:16:51 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-02 19:16:51 +0200 |
| commit | 03ce4126cfa09ff0a55e70bdc44c1d5dd4035043 (patch) | |
| tree | c0c9fe0b206b59d16140db95ea6bd379fa3a8c67 | |
| parent | 0e154098a5048165da6f0623c946bd9a4b3e5749 (diff) | |
Debug CMake file
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
