Export tinygltf target

This commit is contained in:
JosiahWI
2022-10-16 18:15:16 -05:00
parent f8a91087e6
commit 15e589810b
2 changed files with 8 additions and 8 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:./>"
)