cmake_minimum_required(VERSION 3.7) project(TLangInterperter) add_subdirectory(libtlang) add_subdirectory(tlang)