[nostalgia/tools/pack] Add verify, cleanup linking options, cleanup error handling

This commit is contained in:
2019-06-22 01:29:55 -05:00
parent 04929302d7
commit 6a5b16c644
4 changed files with 24 additions and 19 deletions

View File

@@ -5,13 +5,6 @@ add_executable(nost-pack pack.cpp)
target_link_libraries(
nost-pack
Qt5::Widgets
OxClArgs
OxFS
OxStd
OxMetalClaw
NostalgiaCommon
NostalgiaCore
NostalgiaPack
)