Added installation steps

This commit is contained in:
Nicholas Yue
2014-07-15 12:10:11 -07:00
parent 79ac76c767
commit 6dc2c6916e

View File

@@ -30,4 +30,21 @@ add_executable(test ${tinyobjloader-Test-Source})
target_link_libraries(test tinyobjloader)
add_executable(obj_sticher ${tinyobjloader-examples-objsticher})
target_link_libraries(obj_sticher tinyobjloader)
target_link_libraries(obj_sticher tinyobjloader)
#Installation
install ( TARGETS
obj_sticher
DESTINATION
bin
)
install ( TARGETS
tinyobjloader
DESTINATION
lib
)
install ( FILES
tiny_obj_loader.h
DESTINATION
include
)