diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a42920c2..1856f974 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -74,9 +74,9 @@ if(APPLE) endif() include(app/CMakeLists.txt) +include(cli/CMakeLists.txt) include(ext/CMakeLists.txt) include(py/CMakeLists.txt) -# include(cli/CMakeLists.txt) Excluded for now, macOS include breaks action build if (UNIX) target_compile_definitions(yaze PRIVATE "linux")