Merge branch 'master' of github.com:syoyo/tinyobjloader

This commit is contained in:
Syoyo Fujita
2015-02-02 17:43:28 +09:00

View File

@@ -26,8 +26,8 @@ add_library(tinyobjloader
${tinyobjloader-Source}
)
add_executable(test ${tinyobjloader-Test-Source})
target_link_libraries(test tinyobjloader)
add_executable(test_loader ${tinyobjloader-Test-Source})
target_link_libraries(test_loader tinyobjloader)
add_executable(obj_sticher ${tinyobjloader-examples-objsticher})
target_link_libraries(obj_sticher tinyobjloader)