Switch to CMake

This commit is contained in:
Mike Nolan 2023-05-10 06:17:34 -05:00
parent 679b0e4564
commit 47a8b61af0
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.7)
project(TLangInterperter)
add_subdirectory(libtlang)
add_subdirectory(tlang)