3 lines
120 B
CMake
3 lines
120 B
CMake
|
|
add_library(toml toml.cpp)
|
||
|
|
target_include_directories(toml PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||
|
|
target_link_libraries(toml)
|