5 lines
76 B
CMake
5 lines
76 B
CMake
cmake_minimum_required(VERSION 2.19)
|
|
|
|
project(Lox C)
|
|
|
|
add_subdirectory(src)
|