[nostalgia] Fix NostalgiaGfx lib name, stub out sound package

This commit is contained in:
2025-02-19 21:32:02 -06:00
parent 62d0579f40
commit 6c194667b9
25 changed files with 261 additions and 38 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
# module dir list
add_subdirectory(gfx)
add_subdirectory(sound)
add_subdirectory(scene)
# module libraries
@@ -13,7 +14,7 @@ add_library(
target_link_libraries(
NostalgiaKeelModules PUBLIC
Keel
NostalgiaCore-Keel
NostalgiaGfx-Keel
NostalgiaScene-Keel
)
install(
@@ -32,7 +33,8 @@ if(NOSTALGIA_BUILD_STUDIO)
target_link_libraries(
NostalgiaStudioModules PUBLIC
StudioAppLib
NostalgiaCore-Studio-ImGui
NostalgiaGfx-Studio-ImGui
NostalgiaSound-Studio-ImGui
NostalgiaScene-Studio
)
install(