2014-09-13 00:06:13 +00: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 04:59:02 +00:00
|
|
|
target_include_directories(inih INTERFACE .)
|