mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
e6594f9f53
Uses QSettings on citra-qt, and inih on citra-cli.
12 lines
245 B
CMake
12 lines
245 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})
|