1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-02-16 09:23:36 +01:00
2017-05-27 21:59:02 -07:00

13 lines
290 B
CMake

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 .)