mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-19 03:59:44 +00:00
Integrate CMI
This commit is contained in:
parent
5e18d43a6b
commit
a84b210ca3
15 changed files with 194 additions and 286 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue