Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cmake_minimum_required (VERSION 3.6)
  2. project (hello VERSION 1.0)
  3.  
  4. set (LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/output)
  5.  
  6. add_subdirectory (greeter)
  7. add_subdirectory (hello_app)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement