include z3ed target in src/CMakeLists.txt

This commit is contained in:
scawful
2024-08-07 13:55:22 -04:00
parent bf97dc215d
commit 90cef71707

View File

@@ -74,9 +74,9 @@ if(APPLE)
endif() endif()
include(app/CMakeLists.txt) include(app/CMakeLists.txt)
include(cli/CMakeLists.txt)
include(ext/CMakeLists.txt) include(ext/CMakeLists.txt)
include(py/CMakeLists.txt) include(py/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")