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