add zelda3/CMakeLists.txt
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
include(app/editor/CMakeLists.txt)
|
include(app/editor/CMakeLists.txt)
|
||||||
|
include(app/zelda3/CMakeLists.txt)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
yaze
|
yaze
|
||||||
|
|||||||
12
src/app/zelda3/CMakeLists.txt
Normal file
12
src/app/zelda3/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
set(
|
||||||
|
YAZE_APP_ZELDA3_SRC
|
||||||
|
app/zelda3/overworld/overworld_map.cc
|
||||||
|
app/zelda3/overworld/overworld.cc
|
||||||
|
app/zelda3/screen/inventory.cc
|
||||||
|
app/zelda3/screen/title_screen.cc
|
||||||
|
app/zelda3/sprite/sprite.cc
|
||||||
|
app/zelda3/music/tracker.cc
|
||||||
|
app/zelda3/dungeon/room.cc
|
||||||
|
app/zelda3/dungeon/room_object.cc
|
||||||
|
app/zelda3/dungeon/object_renderer.cc
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user