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

@@ -5,6 +5,7 @@ project(yaze VERSION 0.2.0)
# Build Flags
set(YAZE_BUILD_APP ON)
set(YAZE_BUILD_EMU ON)
set(YAZE_BUILD_Z3ED ON)
set(YAZE_BUILD_PYTHON ON)
set(YAZE_BUILD_CLIB ON)