Updated ozz-animation to version 0.14.1 @35b2efd4
This commit is contained in:
@@ -5,6 +5,7 @@ add_executable(test_archive
|
||||
target_link_libraries(test_archive
|
||||
ozz_base
|
||||
gtest)
|
||||
target_copy_shared_libraries(test_archive)
|
||||
add_test(NAME test_archive COMMAND test_archive)
|
||||
set_target_properties(test_archive PROPERTIES FOLDER "ozz/tests/base")
|
||||
|
||||
@@ -13,5 +14,6 @@ add_executable(test_stream
|
||||
target_link_libraries(test_stream
|
||||
ozz_base
|
||||
gtest)
|
||||
target_copy_shared_libraries(test_stream)
|
||||
add_test(NAME test_stream COMMAND test_stream)
|
||||
set_target_properties(test_stream PROPERTIES FOLDER "ozz/tests/base")
|
||||
|
||||
Reference in New Issue
Block a user