AnimTestbed/3rdparty/ozz-animation/test/CMakeLists.txt

12 lines
307 B
CMake
Raw Normal View History

2021-11-11 21:22:24 +01:00
# Sets GTest specific flags
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS GTEST_HAS_EXCEPTIONS=0)
# Adds GTest library
add_subdirectory(../extern/gtest gtest)
# Adds test file directories
add_subdirectory(base)
add_subdirectory(animation)
add_subdirectory(geometry)
add_subdirectory(options)