Files
ox/src/nostalgia/tools/pack/CMakeLists.txt
T

23 lines
251 B
CMake

add_library(
NostalgiaPack
pack.cpp
)
target_link_libraries(
NostalgiaPack PUBLIC
OxClArgs
OxClaw
OxFS
OxStd
NostalgiaCommon
NostalgiaCore
)
install(
TARGETS
NostalgiaPack
ARCHIVE DESTINATION
${NOSTALGIA_DIST_LIB}/nostalgia
)