aboutsummaryrefslogtreecommitdiff
path: root/externals/inih/CMakeLists.txt
blob: 044e68a8e4dd2033f048ba6593f013d5662500cc (plain) (blame)
1
2
3
4
5
6
7
8
9
add_library(inih
    inih/ini.c
    inih/ini.h
    inih/cpp/INIReader.cpp
    inih/cpp/INIReader.h
)

create_target_directory_groups(inih)
target_include_directories(inih INTERFACE ./inih/cpp)