add yaze_emu target and YAZE_BUILD_EMU flag

This commit is contained in:
scawful
2024-08-13 20:07:16 -04:00
parent 93c1e1b6fa
commit e2168cc939
4 changed files with 21 additions and 7 deletions

View File

@@ -71,6 +71,10 @@ if (YAZE_BUILD_APP)
include(app/app.cmake)
endif()
if (YAZE_BUILD_EMU)
include(app/emu/CMakeLists.txt)
endif()
if (YAZE_BUILD_Z3ED)
include(cli/z3ed.cmake)
endif()