1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-31 00:16:32 -05:00

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 .)