add_executable(
	ModelTest
		tests.cpp
)

target_link_libraries(
	ModelTest
		OxModel
)

add_test("[ox/model] ModelTest Writer" ModelTest ModelValue)