project(kalmia)

target_sources(kalmia PUBLIC transform.c)

if (KALMIA_BUILD_TESTS)
	target_sources(kalmia-tests PUBLIC transform.test.c)
endif()