Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. project('opengl', 'cpp')
  2.  
  3. src = ['src/main.cpp']
  4. gl_dep = dependency('GL')
  5. executable('main',src,dependencies: [gl_dep])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement