cmake: prefer system libraries
This commit is contained in:
parent
f4b5570e7c
commit
8e17b5469f
18 changed files with 209 additions and 86 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue