
target_sources(
	StudioAppLib PRIVATE
		change-format/change-format.cpp
        pack/pack.cpp
)

target_link_libraries(
	StudioAppLib PUBLIC
		OxClArgs
        KeelPack-PackLib
)