add glew dependency
This commit is contained in:
parent
2389aa6b94
commit
a9f8fc3f59
|
@ -8,6 +8,7 @@ executable('cg1',
|
|||
src_files,
|
||||
dependencies: [
|
||||
dependency('GL'),
|
||||
dependency('glew'),
|
||||
dependency('glfw3')
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue