switch to new toml library
This commit is contained in:
10
libraries/tomlc99/CMakeLists.txt
Normal file
10
libraries/tomlc99/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
project(tomlc99)
|
||||
|
||||
set(tomlc99_SOURCES
|
||||
include/toml.h
|
||||
src/toml.c
|
||||
)
|
||||
|
||||
add_library(tomlc99 STATIC ${tomlc99_SOURCES})
|
||||
|
||||
target_include_directories(tomlc99 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
Reference in New Issue
Block a user