[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,13 +1,11 @@
add_executable(
nostalgia-pack
${OLYMPIC_PATH}/applib/applib.cpp
)
add_executable(nostalgia-pack)
target_link_libraries(
nostalgia-pack
KeelPack-AppLib
NostalgiaKeelModules
NostalgiaProfile
OlympicApplib
)
if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT WIN32)