From 90cef71707f813766941fcf0aa58c8f36aed2d18 Mon Sep 17 00:00:00 2001 From: scawful Date: Wed, 7 Aug 2024 13:55:22 -0400 Subject: [PATCH] include z3ed target in src/CMakeLists.txt --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")