Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 0.14 KB | None | 0 0
  1. # recommend to add these two lines
  2. cmake_minimum_required(VERSION 2.8.9)
  3. project(hello_world)
  4.  
  5. add_executable(hello_world hello_world.c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement