mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
374470cd60
Added inih as an external.
10 lines
208 B
CMake
10 lines
208 B
CMake
add_library(inih
|
|
inih/ini.c
|
|
inih/ini.h
|
|
inih/cpp/INIReader.cpp
|
|
inih/cpp/INIReader.h
|
|
)
|
|
target_include_directories(inih INTERFACE .)
|
|
|
|
target_compile_definitions(inih PRIVATE -DINI_MAX_LINE=1000)
|