summaryrefslogtreecommitdiffstats
path: root/externals/inih/CMakeLists.txt
blob: cff36a581627c7d799302aedbddf001644feff2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
set(SRCS
            inih/ini.c
            inih/cpp/INIReader.cpp
            )
set(HEADERS
            inih/ini.h
            inih/cpp/INIReader.h
            )

create_directory_groups(${SRCS} ${HEADERS})
add_library(inih ${SRCS} ${HEADERS})
target_include_directories(inih INTERFACE .)