[nostalgia,studio] Make module handling consistent

This commit is contained in:
2023-06-03 14:44:33 -05:00
parent 2874620bc6
commit ed169eb9b8
34 changed files with 257 additions and 209 deletions
+3 -4
View File
@@ -7,9 +7,8 @@ add_executable(
target_link_libraries(
nostalgia-studio
NostalgiaAppModules
NostalgiaCore-Studio
NostalgiaScene-Studio
NostalgiaStudioModules
NostalgiaKeelModules
StudioAppLib
)
@@ -35,4 +34,4 @@ install(
RUNTIME DESTINATION
${NOSTALGIA_DIST_BIN}
BUNDLE DESTINATION .
)
)