add_library(utils-math INTERFACE) target_include_directories(utils-math INTERFACE $ ) if (${ENABLE_TESTS}) add_subdirectory(tests) endif()