Remove cli from build for now, macOS include breaks build

This commit is contained in:
scawful
2024-04-29 09:16:26 -04:00
parent 25872db593
commit 56dbca9cde

View File

@@ -103,7 +103,7 @@ if(APPLE)
endif() endif()
include(app/CMakeLists.txt) include(app/CMakeLists.txt)
include(cli/CMakeLists.txt) # include(cli/CMakeLists.txt) Excluded for now, macOS include breaks action build
if (UNIX) if (UNIX)
target_compile_definitions(yaze PRIVATE "linux") target_compile_definitions(yaze PRIVATE "linux")