diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..26d187e --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.7) +project(TLangInterperter) + +add_subdirectory(libtlang) +add_subdirectory(tlang) \ No newline at end of file