diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-02 19:26:04 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-05-02 19:26:04 +0200 |
| commit | e0e4291602ce092435fffad9c8902d1fbef5e114 (patch) | |
| tree | 68f9e6f8b4b6050736b9c6c16c381f850b20156c /CMakeLists.txt | |
| parent | 8513e1e664c2908482562a61e23be9f653908139 (diff) | |
Update cgeditor and chess-move-interface
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 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 |
