HosipLan

Untitled

Feb 23rd, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cmake_minimum_required(VERSION 2.8.4)
  2. project(nemam)
  3.  
  4. set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -pedantic -Wall -Wextra")
  5.  
  6. set(SOURCE_FILES main.c)
  7. add_executable(nemam ${SOURCE_FILES})
Advertisement
Add Comment
Please, Sign In to add comment