6 lines
78 B
Text
6 lines
78 B
Text
|
cmake_minimum_required(VERSION 3.13)
|
||
|
|
||
|
project(Duktape)
|
||
|
|
||
|
add_subdirectory(src)
|