mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 02:16:26 +02:00
Took part of this code from glm::decompose() which references https://opensource.apple.com/source/WebCore/WebCore-514/platform/graphics/transforms/TransformationMatrix.cpp
9 lines
254 B
CMake
9 lines
254 B
CMake
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared animation gpu fbx hfm graphics networking test-utils image)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|