rename cmake files to match namespaces

This commit is contained in:
scawful
2024-08-13 20:02:48 -04:00
parent 415e8215fd
commit 93c1e1b6fa
9 changed files with 9 additions and 10 deletions

View File

@@ -68,15 +68,15 @@ if(APPLE)
endif()
if (YAZE_BUILD_APP)
include(app/CMakeLists.txt)
include(app/app.cmake)
endif()
if (YAZE_BUILD_Z3ED)
include(cli/CMakeLists.txt)
include(cli/z3ed.cmake)
endif()
if (YAZE_BUILD_EXTENSIONS)
include(ext/CMakeLists.txt)
include(ext/ext.cmake)
endif()
if (YAZE_BUILD_PYTHON)