mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-10-31 17:59:59 +00:00
8 lines
163 B
CMake
8 lines
163 B
CMake
cmake_minimum_required(VERSION 3.14)
|
|
project(peglint)
|
|
|
|
include_directories(..)
|
|
|
|
add_executable(peglint peglint.cc)
|
|
target_link_libraries(peglint ${add_link_deps})
|