cpp-peglib/language/culebra/CMakeLists.txt

6 lines
126 B
CMake
Raw Normal View History

2015-05-28 23:19:46 +00:00
cmake_minimum_required(VERSION 3.0)
2015-08-05 12:59:25 +00:00
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)