You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
424 B
11 lines
424 B
include(FetchContent_MakeAvailableExcludeFromAll) |
|
|
|
include(FetchContent) |
|
FetchContent_Declare(simpleini |
|
URL https://github.com/brofield/simpleini/archive/7bca74f6535a37846162383e52071f380c99a43a.zip |
|
URL_HASH MD5=af067f743dd5c7aac3212ca22da6f621 |
|
) |
|
FetchContent_MakeAvailableExcludeFromAll(simpleini) |
|
|
|
add_library(simpleini INTERFACE) |
|
target_include_directories(simpleini INTERFACE ${simpleini_SOURCE_DIR})
|
|
|