mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 17:07:59 -05:00
cmake: prefer system libraries
This commit is contained in:
3
externals/inih/CMakeLists.txt
vendored
3
externals/inih/CMakeLists.txt
vendored
@ -9,4 +9,5 @@ add_library(inih
|
||||
)
|
||||
|
||||
create_target_directory_groups(inih)
|
||||
target_include_directories(inih INTERFACE .)
|
||||
target_include_directories(inih INTERFACE inih/cpp)
|
||||
add_library(inih::INIReader ALIAS inih)
|
||||
|
Reference in New Issue
Block a user