From 47a8b61af06dc05e59311f24425a8c97fb05f15b Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Wed, 10 May 2023 06:17:34 -0500 Subject: [PATCH] Switch to CMake --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt 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