From e0e4291602ce092435fffad9c8902d1fbef5e114 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 2 May 2023 19:26:04 +0200 Subject: Update cgeditor and chess-move-interface --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3