3 lines
89 B
CMake
3 lines
89 B
CMake
cmake_minimum_required(VERSION 3.15.2)
|
|
project(DiffRTP VERSION 1.0)
|
|
add_subdirectory(src) |