Updated ozz-animation to version 0.14.1 @35b2efd4
This commit is contained in:
+7
-3
@@ -1,8 +1,8 @@
|
||||
add_executable(test_options options_tests.cc)
|
||||
target_link_libraries(test_options
|
||||
ozz_options
|
||||
ozz_base
|
||||
gtest)
|
||||
target_copy_shared_libraries(test_options)
|
||||
add_test(NAME test_options COMMAND test_options)
|
||||
set_target_properties(test_options PROPERTIES FOLDER "ozz/tests/options")
|
||||
|
||||
@@ -10,6 +10,7 @@ add_executable(test_options_registration options_registration_tests.cc)
|
||||
target_link_libraries(test_options_registration
|
||||
ozz_options
|
||||
gtest)
|
||||
target_copy_shared_libraries(test_options_registration)
|
||||
add_test(NAME test_options_registration COMMAND test_options_registration)
|
||||
set_target_properties(test_options_registration PROPERTIES FOLDER "ozz/tests/options")
|
||||
|
||||
@@ -17,6 +18,7 @@ add_executable(test_options_registration_empty options_registration_empty_tests.
|
||||
target_link_libraries(test_options_registration_empty
|
||||
ozz_options
|
||||
gtest)
|
||||
target_copy_shared_libraries(test_options_registration_empty)
|
||||
add_test(NAME test_options_registration_empty COMMAND test_options_registration_empty)
|
||||
set_target_properties(test_options_registration_empty PROPERTIES FOLDER "ozz/tests/options")
|
||||
|
||||
@@ -26,10 +28,12 @@ add_executable(test_fuse_options
|
||||
options_registration_tests.cc
|
||||
${PROJECT_BINARY_DIR}/src_fused/ozz_options.cc)
|
||||
add_dependencies(test_fuse_options BUILD_FUSE_ozz_options)
|
||||
target_include_directories(test_fuse_options
|
||||
PUBLIC "${PROJECT_SOURCE_DIR}/include")
|
||||
target_link_libraries(test_fuse_options
|
||||
ozz_base
|
||||
gtest)
|
||||
target_compile_definitions(test_fuse_options PRIVATE $<$<BOOL:${BUILD_SHARED_LIBS}>:OZZ_BUILD_OPTIONS_LIB>)
|
||||
|
||||
#target_copy_shared_libraries(test_fuse_options)
|
||||
add_test(NAME test_fuse_options COMMAND test_fuse_options)
|
||||
set_target_properties(test_fuse_options PROPERTIES FOLDER "ozz/tests/options")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user