mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 17:09:30 +02:00
13 lines
486 B
CMake
13 lines
486 B
CMake
|
|
set(TARGET_NAME render-perf-test)
|
|
|
|
# This is not a testcase -- just set it up as a regular hifi project
|
|
setup_hifi_project(Quick Gui OpenGL)
|
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared octree gl gpu gpu-gl render model model-networking networking render-utils fbx entities entities-renderer animation audio avatars script-engine physics)
|
|
|
|
package_libraries_for_deployment()
|
|
|
|
target_bullet()
|