Fix a CMakeLists issue
This commit is contained in:
parent
2043da90df
commit
c708f98081
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue