From e0e4291602ce092435fffad9c8902d1fbef5e114 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 2 May 2023 19:26:04 +0200 Subject: [PATCH] Update cgeditor and chess-move-interface --- CMakeLists.txt | 1 - libs/cgeditor | 2 +- libs/chess-move-interface | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74fcedd..6083326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,6 @@ target_link_libraries(ochess uciadapter) # 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 diff --git a/libs/cgeditor b/libs/cgeditor index 83c92b1..27c01fe 160000 --- a/libs/cgeditor +++ b/libs/cgeditor @@ -1 +1 @@ -Subproject commit 83c92b1f48520ed71a9f056badc86c97aafa4e45 +Subproject commit 27c01fe045565cd0582683de9e23877957335cd5 diff --git a/libs/chess-move-interface b/libs/chess-move-interface index 7125292..03ce412 160000 --- a/libs/chess-move-interface +++ b/libs/chess-move-interface @@ -1 +1 @@ -Subproject commit 7125292878ffc3568018e1e509c9210a074c67a6 +Subproject commit 03ce4126cfa09ff0a55e70bdc44c1d5dd4035043