mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-05 12:10:46 +02:00
...
This commit is contained in:
parent
14a76525b1
commit
e601484b17
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ set(TARGET_NAME gpu-test)
|
||||||
AUTOSCRIBE_SHADER_LIB(gpu model render gpu-test)
|
AUTOSCRIBE_SHADER_LIB(gpu model render gpu-test)
|
||||||
|
|
||||||
# This is not a testcase -- just set it up as a regular hifi project
|
# This is not a testcase -- just set it up as a regular hifi project
|
||||||
setup_hifi_project(Quick Gui OpenGL)
|
setup_hifi_project(Quick Gui OpenGL Script Widgets)
|
||||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
|
||||||
|
|
||||||
#include_oglplus()
|
#include_oglplus()
|
||||||
|
|
||||||
# link in the shared libraries
|
# link in the shared libraries
|
||||||
link_hifi_libraries(render-utils gpu shared networking fbx model animation script)
|
link_hifi_libraries(render-utils gpu shared networking fbx model animation script-engine)
|
||||||
|
|
||||||
copy_dlls_beside_windows_executable()
|
copy_dlls_beside_windows_executable()
|
Loading…
Reference in a new issue