add_library(toml toml.c) target_include_directories(toml PUBLIC ${CMAKE_CURRENT_LIST_DIR}) target_link_libraries(toml)