CMake: Use target properties to add inih include paths

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 21:59:02 -07:00
parent 776cb91785
commit cb49df156d
2 changed files with 2 additions and 3 deletions

View file

@ -9,3 +9,4 @@ set(HEADERS
create_directory_groups(${SRCS} ${HEADERS})
add_library(inih ${SRCS} ${HEADERS})
target_include_directories(inih INTERFACE .)