Commit c708f980 by Rex Xu

Fix a CMakeLists issue

parent 2043da90
...@@ -34,7 +34,8 @@ if(ENABLE_AMD_EXTENSIONS) ...@@ -34,7 +34,8 @@ if(ENABLE_AMD_EXTENSIONS)
endif(ENABLE_AMD_EXTENSIONS) endif(ENABLE_AMD_EXTENSIONS)
if(ENABLE_NV_EXTENSIONS) if(ENABLE_NV_EXTENSIONS)
set(HEADERS list(APPEND
HEADERS
GLSL.ext.NV.h) GLSL.ext.NV.h)
endif(ENABLE_NV_EXTENSIONS) endif(ENABLE_NV_EXTENSIONS)
......
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