cpp-peglib/language/pl0/CMakeLists.txt

5 lines
91 B
CMake

cmake_minimum_required(VERSION 2.8)
include_directories(../..)
add_executable(pl0 pl0.cc)