This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-12-10 23:55:03 +00:00
|
|
|
add_library(inih
|
|
|
|
inih/ini.c
|
|
|
|
inih/ini.h
|
|
|
|
inih/cpp/INIReader.cpp
|
|
|
|
inih/cpp/INIReader.h
|
|
|
|
)
|
2014-09-13 00:06:13 +00:00
|
|
|
|
2017-12-10 23:55:03 +00:00
|
|
|
create_target_directory_groups(inih)
|
2017-05-28 04:59:02 +00:00
|
|
|
target_include_directories(inih INTERFACE .)
|