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

target_link_libraries(
	StudioAppLib PUBLIC
		OxClArgs
)