[nostalgia] Fix NostalgiaGfx lib name, stub out sound package
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user