externals: allow user to use system inih (#7073)

This commit is contained in:
Castor215 2023-10-17 03:31:56 +01:00 committed by GitHub
parent 4c59443ed2
commit 956b0868fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 4 deletions

View file

@ -6,4 +6,4 @@ add_library(inih
)
create_target_directory_groups(inih)
target_include_directories(inih INTERFACE .)
target_include_directories(inih INTERFACE ./inih/cpp)