mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:13:47 +02:00
10 lines
499 B
CMake
10 lines
499 B
CMake
set(TARGET_NAME gpu-test)
|
|
AUTOSCRIBE_SHADER_LIB(gpu model render-utils)
|
|
# This is not a testcase -- just set it up as a regular hifi project
|
|
setup_hifi_project(Quick Gui OpenGL Script Widgets)
|
|
setup_memory_debugger()
|
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
|
link_hifi_libraries(networking gl gpu gpu-gl procedural shared fbx model model-networking animation script-engine render render-utils octree image ktx)
|
|
package_libraries_for_deployment()
|
|
|
|
target_nsight()
|