mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 11:22:18 +02:00
11 lines
338 B
CMake
11 lines
338 B
CMake
|
|
set(TARGET_NAME render-utils-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(render-utils gl gpu shared)
|
|
|
|
package_libraries_for_deployment()
|