add yaze_emu target and YAZE_BUILD_EMU flag
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user