4 lines
90 B
CMake
4 lines
90 B
CMake
|
cmake_minimum_required(VERSION 3.1)
|
||
|
project("Cap'n Proto Root" CXX)
|
||
|
add_subdirectory(c++)
|