namespace for cmake export

This commit is contained in:
jasjuang
2019-01-03 19:26:00 -08:00
parent 5e668b398a
commit 8f16866c37

View File

@@ -120,6 +120,8 @@ install(TARGETS
)
install(EXPORT
${PROJECT_NAME}-targets
NAMESPACE
tinyobjloader::
DESTINATION
${TINYOBJLOADER_CMAKE_DIR}
)