5 lines
112 B
CMake
5 lines
112 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(InkCompiler LANGUAGES NONE)
|
|
|
|
add_subdirectory(testing/regression)
|