Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. files = File([
  2. 'testfile.c',
  3. 'testfile_const.c',
  4. 'folder/testfile2.c',
  5. 'folder/testfile2_const.c'
  6.  
  7. ])
  8.  
  9.  
  10. dir = Dir('.')
  11. env.Append(CPPPATH = dir)
  12. env.Prepend(CPPPATH = dir.srcnode())
  13. Return('files')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement