[nostalgia] Add new pack library to bundle project into OxFS

This commit is contained in:
2019-03-30 17:06:22 -05:00
parent 941d714630
commit 6baa9a251c
5 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
add_library(
Pack SHARED
imgconv.cpp
pack.cpp
)
target_link_libraries(
Pack
Qt5::Widgets
OxClArgs
OxFS
OxStd
OxMetalClaw
NostalgiaCommon
NostalgiaCore
)
install(
TARGETS
Pack
LIBRARY DESTINATION
${NOSTALGIA_DIST_LIB}/nostalgia
)