Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 2.8.4)
- project(nemam)
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -pedantic -Wall -Wextra")
- set(SOURCE_FILES main.c)
- add_executable(nemam ${SOURCE_FILES})
Advertisement
Add Comment
Please, Sign In to add comment