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