From a84b210ca397194ad360175cf89451f319121e6c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 19 Jan 2023 13:06:36 +0100 Subject: Integrate CMI --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8576f39..5388b1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,10 @@ include_directories(src) file(GLOB_RECURSE SRC_CPP_FILES src/*.cpp) add_library(cgeditor SHARED ${SRC_CPP_FILES}) +# ChessMoveInterface +add_subdirectory(libs/chess-move-interface) +include_directories(${CMI_INCLUDE_DIR}) + # Examples set(COMPILE_EXAMPLES FALSE CACHE BOOL "Compiling included examples") if(COMPILE_EXAMPLES) -- cgit v1.2.3