
add_library(my-math
    my_math.c
)

target_include_directories(my-math PUBLIC ${CMAKE_CURRENT_LIST_DIR})