mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
245 B
CMake
12 lines
245 B
CMake
10 years ago
|
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})
|