Switch to CMake
This commit is contained in:
parent
679b0e4564
commit
47a8b61af0
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
project(TLangInterperter)
|
||||
|
||||
add_subdirectory(libtlang)
|
||||
add_subdirectory(tlang)
|
Loading…
Reference in New Issue