Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. cmake_minimum_required (VERSION 2.8.9)
  2.  
  3. project (app)
  4.  
  5. include_directories(include)
  6.  
  7. file(GLOB SOURCES "src/*.cpp")
  8.  
  9. add_executable(app ${SOURCES})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement