tlang-c/CMakeLists.txt

6 lines
114 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)
2023-05-10 12:55:01 +00:00
add_subdirectory(tlang)