mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-25 18:35:32 +02:00
10 lines
293 B
CMake
10 lines
293 B
CMake
#
|
|
# Created by Bradley Austin Davis on 2016/02/16
|
|
#
|
|
# Distributed under the Apache License, Version 2.0.
|
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
#
|
|
macro(TARGET_SPIRV_BINARIES)
|
|
add_dependency_external_projects(spirv_binaries)
|
|
endmacro()
|
|
|