Skip to content

Commit

Permalink
Merge pull request tinyobjloader#194 from jasjuang/master
Browse files Browse the repository at this point in the history
namespace for cmake export
  • Loading branch information
syoyo authored Jan 4, 2019
2 parents 5e668b3 + 8f16866 commit e96e994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ install(TARGETS
)
install(EXPORT
${PROJECT_NAME}-targets
NAMESPACE
tinyobjloader::
DESTINATION
${TINYOBJLOADER_CMAKE_DIR}
)
Expand Down

0 comments on commit e96e994

Please sign in to comment.