cpp-peglib/language/CMakeLists.txt

6 lines
123 B
CMake
Raw Normal View History

2015-05-28 23:19:46 +00:00
cmake_minimum_required(VERSION 3.0)
include_directories(..)
add_definitions("-std=c++1y")
2015-05-28 23:19:46 +00:00
2015-07-25 02:18:03 +00:00
add_executable(culebra main.cc)