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