mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-23 04:26:46 -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