take ext out of build

This commit is contained in:
scawful
2024-08-07 17:20:31 -04:00
parent 594b2498e8
commit fdc510da94

View File

@@ -76,7 +76,7 @@ endif()
include(app/CMakeLists.txt) include(app/CMakeLists.txt)
include(cli/CMakeLists.txt) include(cli/CMakeLists.txt)
include(ext/CMakeLists.txt) # include(ext/CMakeLists.txt)
include(py/CMakeLists.txt) include(py/CMakeLists.txt)
if (UNIX) if (UNIX)