mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Made CMakeLists.txt for pl0.
This commit is contained in:
parent
ef476b87cf
commit
7cc8d51162
5
language/pl0/CMakeLists.txt
Normal file
5
language/pl0/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
include_directories(../..)
|
||||
add_definitions("-std=c++1y")
|
||||
|
||||
add_executable(pl0 pl0.cc)
|
Loading…
Reference in New Issue
Block a user