2014-09-13 01:06:13 +01:00
|
|
|
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})
|
2017-05-28 05:59:02 +01:00
|
|
|
target_include_directories(inih INTERFACE .)
|