6 lines
104 B
CMake
6 lines
104 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
include(GLDBuilder)
|
|
|
|
GLD_import("./" "etk-core")
|
|
|
|
GLD_instanciate() |