Commit ab9e5e9f by John Kessenich Committed by GitHub

Merge pull request #695 from amdrexu/bugfix

Fix a CMakeLists issue
parents 2043da90 c708f980
...@@ -34,8 +34,9 @@ if(ENABLE_AMD_EXTENSIONS) ...@@ -34,8 +34,9 @@ if(ENABLE_AMD_EXTENSIONS)
endif(ENABLE_AMD_EXTENSIONS) endif(ENABLE_AMD_EXTENSIONS)
if(ENABLE_NV_EXTENSIONS) if(ENABLE_NV_EXTENSIONS)
set(HEADERS list(APPEND
GLSL.ext.NV.h) HEADERS
GLSL.ext.NV.h)
endif(ENABLE_NV_EXTENSIONS) endif(ENABLE_NV_EXTENSIONS)
add_library(SPIRV STATIC ${SOURCES} ${HEADERS}) add_library(SPIRV STATIC ${SOURCES} ${HEADERS})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment