mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
5 lines
106 B
CMake
5 lines
106 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
include_directories(..)
|
|
|
|
add_executable(peglint peglint.cc server.cc)
|