Guest User

Untitled

a guest
Apr 21st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. cmake_minimum_required(VERSION 3.4)
  2. project(slr_parser)
  3.  
  4. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
  5.  
  6. set(SOURCE_FILES main.cpp group.cpp group.h production.h production.cpp elders.h elders.cpp)
  7. add_executable(slr_parser ${SOURCE_FILES})
Advertisement
Add Comment
Please, Sign In to add comment