Files
toml11/dependencies/CMakeLists.txt
2020-02-18 19:37:28 -06:00

10 lines
238 B
CMake

include(FetchContent)
if (toml11_BUILD_TEST)
FetchContent_Declare(toml
GIT_REPOSITORY https://github.com/toml-lang/toml
GIT_TAG v0.5.0)
FetchContent_MakeAvailable(toml)
endif ()