🐛 Fixed building tests
This commit is contained in:
parent
caabbd43e4
commit
3f7695fd56
@ -6,9 +6,9 @@ macro (setup_testcase_dependencies)
|
|||||||
target_opengl()
|
target_opengl()
|
||||||
target_zlib()
|
target_zlib()
|
||||||
target_quazip()
|
target_quazip()
|
||||||
if (WIN32)
|
# if (WIN32)
|
||||||
add_dependency_external_projects(wasapi)
|
# add_dependency_external_projects(wasapi)
|
||||||
endif ()
|
# endif ()
|
||||||
endmacro ()
|
endmacro ()
|
||||||
set(OpenGL_GL_PREFERENCE "GLVND")
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
||||||
setup_hifi_testcase()
|
setup_hifi_testcase()
|
||||||
|
@ -76,9 +76,10 @@ macro (setup_testcase_dependencies)
|
|||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
gltf_samples
|
gltf_samples
|
||||||
PREFIX "models"
|
PREFIX "models"
|
||||||
GIT_REPOSITORY "https://github.com/KhronosGroup/glTF-Sample-models"
|
URL "https://github.com/KhronosGroup/glTF-Sample-Models/archive/d7a3cc8e51d7c573771ae77a57f16b0662a905c6.tar.gz"
|
||||||
GIT_TAG "main"
|
URL_HASH SHA512=38e1af72f5748356098d2b948fe19442c200c1b824276bad0f1406f0ee4eb62126891049c0ae795127a92d364a47fd8ec8d29f211a5b19d263a78124aff3c11d
|
||||||
DOWNLOAD_NO_EXTRACT true CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""
|
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
|
||||||
|
CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -96,4 +97,4 @@ macro (setup_testcase_dependencies)
|
|||||||
package_libraries_for_deployment()
|
package_libraries_for_deployment()
|
||||||
endmacro ()
|
endmacro ()
|
||||||
|
|
||||||
setup_hifi_testcase(Script Network)
|
setup_hifi_testcase(Network)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user