diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:33:44 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:33:44 +0100 |
| commit | a1289dec3dcec278f9cf6d18a001b3146b11b7b2 (patch) | |
| tree | 99fcdcba7f08f57994ec11c4c68c87339dff8ef3 /CMakeLists.txt | |
| parent | aa6ec0ea601ac2a0b11752d210ce67fdb85ee60f (diff) | |
Integrate CMI
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 130849f..1dbfe5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,11 @@ add_subdirectory(libs/uciadapter) target_link_libraries(ochess uciadapter) include_directories(${UCIADAPTER_INCLUDE_DIR}) +# ChessMoveInterface +add_subdirectory(libs/chess-move-interface) +target_link_libraries(ochess ChessMoveInterface) +include_directories(${CMI_INCLUDE_DIR}) + # Assets add_custom_command(TARGET ochess PRE_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory |
