1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-01-28 01:18:25 +00:00
citra/externals/inih/CMakeLists.txt

10 lines
193 B
CMake

add_library(inih
inih/ini.c
inih/ini.h
inih/cpp/INIReader.cpp
inih/cpp/INIReader.h
)
create_target_directory_groups(inih)
target_include_directories(inih INTERFACE ./inih/cpp)