This website requires JavaScript.
Explore
Help
Sign In
AIR
/
cpp-peglib
Watch
1
Star
0
Fork
0
You've already forked cpp-peglib
mirror of
https://github.com/yhirose/cpp-peglib.git
synced
2025-01-23 05:35:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b07573e64f
cpp-peglib
/
language
/
pl0
/
CMakeLists.txt
5 lines
91 B
CMake
Raw
Normal View
History
Unescape
Escape
Cmake 2.8 is more than sufficient ... for the purposes of this project and makes testing on older platforms easier. In addition travis-ci has by default only cmake 2.8.
2016-05-29 21:48:46 +00:00
cmake_minimum_required
(
VERSION
2.8
)
Made CMakeLists.txt for pl0.
2015-08-06 03:06:29 +00:00
include_directories
(
../..
)
add_executable
(
pl0
pl0.cc
)
Reference in New Issue
Copy Permalink