[olympic,nostalgia] Make Applib an interface library that publicly exports applib.cpp

This commit is contained in:
2023-12-12 20:13:07 -06:00
parent debeb83119
commit a1de7fbd8a
5 changed files with 14 additions and 11 deletions
+2 -4
View File
@@ -1,7 +1,4 @@
add_executable(
nostalgia-studio WIN32 MACOSX_BUNDLE
${OLYMPIC_PATH}/applib/applib.cpp
)
add_executable(nostalgia-studio WIN32 MACOSX_BUNDLE)
target_link_libraries(
nostalgia-studio
@@ -9,6 +6,7 @@ target_link_libraries(
NostalgiaStudioModules
NostalgiaKeelModules
StudioAppLib
OlympicApplib
)
install(