mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:47:57 -05:00
Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
This commit is contained in:
11
externals/inih/CMakeLists.txt
vendored
Normal file
11
externals/inih/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
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})
|
1
externals/inih/inih
vendored
Submodule
1
externals/inih/inih
vendored
Submodule
Submodule externals/inih/inih added at 603729dec8
Reference in New Issue
Block a user