This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/deps/toml/CMakeLists.txt
luwenpeng 87dfa0849c add toml
2024-01-26 16:08:31 +08:00

7 lines
288 B
CMake

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