overte-HifiExperiments/cmake/macros/TargetSpirvBinaries.cmake
2018-10-23 10:40:12 -07:00

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()