[nostalgia] Add new pack library to bundle project into OxFS
This commit is contained in:
24
src/nostalgia/tools/pack/CMakeLists.txt
Normal file
24
src/nostalgia/tools/pack/CMakeLists.txt
Normal 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
|
||||
)
|
Reference in New Issue
Block a user