[nostalgia] Remove scene package, finish stubbing out sound
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
add_subdirectory(gfx)
|
||||
add_subdirectory(sound)
|
||||
add_subdirectory(scene)
|
||||
|
||||
# module libraries
|
||||
|
||||
@@ -15,7 +14,7 @@ target_link_libraries(
|
||||
NostalgiaKeelModules PUBLIC
|
||||
Keel
|
||||
NostalgiaGfx-Keel
|
||||
NostalgiaScene-Keel
|
||||
NostalgiaSound-Keel
|
||||
)
|
||||
install(
|
||||
FILES
|
||||
@@ -35,7 +34,6 @@ if(NOSTALGIA_BUILD_STUDIO)
|
||||
StudioAppLib
|
||||
NostalgiaGfx-Studio-ImGui
|
||||
NostalgiaSound-Studio-ImGui
|
||||
NostalgiaScene-Studio
|
||||
)
|
||||
install(
|
||||
FILES
|
||||
|
||||
Reference in New Issue
Block a user