[keel,nostalgia] AppLib-ize nost-pack

This commit is contained in:
2023-12-10 22:10:37 -06:00
parent d6f0fe0cc8
commit a2361c3fd9
2 changed files with 20 additions and 4 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
add_executable(nost-pack pack.cpp)
add_executable(
nost-pack
${OLYMPIC_PATH}/applib/applib.cpp
)
target_link_libraries(
nost-pack
OxClArgs
OxLogConn
NostalgiaKeelModules
KeelPack-AppLib
)
if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT WIN32)