6 lines
76 B
Text
6 lines
76 B
Text
|
cmake_minimum_required(VERSION 2.19)
|
||
|
|
||
|
project(Lox C)
|
||
|
|
||
|
add_subdirectory(src)
|