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
389 B
11 lines
389 B
include(FetchContent_MakeAvailableExcludeFromAll) |
|
|
|
include(FetchContent) |
|
FetchContent_Declare(simpleini |
|
GIT_REPOSITORY https://github.com/brofield/simpleini.git |
|
GIT_TAG 7bca74f6535a37846162383e52071f380c99a43a |
|
) |
|
FetchContent_MakeAvailableExcludeFromAll(simpleini) |
|
|
|
add_library(simpleini INTERFACE) |
|
target_include_directories(simpleini INTERFACE ${simpleini_SOURCE_DIR})
|
|
|