tlang-c/CMakeLists.txt

5 lines
113 B
CMake
Raw Normal View History

2023-05-10 11:17:34 +00:00
cmake_minimum_required(VERSION 3.7)
project(TLangInterperter)
add_subdirectory(libtlang)
add_subdirectory(tlang)