Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 3.4)
- project(slr_parser)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
- set(SOURCE_FILES main.cpp group.cpp group.h production.h production.cpp elders.h elders.cpp)
- add_executable(slr_parser ${SOURCE_FILES})
Advertisement
Add Comment
Please, Sign In to add comment