CMake: Use target properties to add inih include paths
This commit is contained in:
parent
776cb91785
commit
cb49df156d
2 changed files with 2 additions and 3 deletions
1
externals/inih/CMakeLists.txt
vendored
1
externals/inih/CMakeLists.txt
vendored
|
@ -9,3 +9,4 @@ set(HEADERS
|
|||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
add_library(inih ${SRCS} ${HEADERS})
|
||||
target_include_directories(inih INTERFACE .)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue