diff options
Diffstat (limited to 'externals/inih/CMakeLists.txt')
| -rw-r--r-- | externals/inih/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/inih/CMakeLists.txt b/externals/inih/CMakeLists.txt new file mode 100644 index 000000000..c87f78bfc --- /dev/null +++ b/externals/inih/CMakeLists.txt | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | set(SRCS | ||
| 2 | inih/ini.c | ||
| 3 | inih/cpp/INIReader.cpp | ||
| 4 | ) | ||
| 5 | set(HEADERS | ||
| 6 | inih/ini.h | ||
| 7 | inih/cpp/INIReader.h | ||
| 8 | ) | ||
| 9 | |||
| 10 | create_directory_groups(${SRCS} ${HEADERS}) | ||
| 11 | add_library(inih ${SRCS} ${HEADERS}) | ||