Export tinygltf target

This commit is contained in:
JosiahWI
2022-10-16 18:15:16 -05:00
committed by Josiah VanderZee
parent 36a90e9973
commit a3b2dbdebb
2 changed files with 10 additions and 7 deletions

View File

@ -18,5 +18,6 @@ target_compile_definitions(tinygltf
target_include_directories(tinygltf
INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>"
"$<INSTALL_INTERFACE:./>"
)