This commit is contained in:
Wankupi
2023-10-30 19:34:40 +08:00
commit 2e29af68b3
107 changed files with 7880 additions and 0 deletions

7
generated/CMakeLists.txt Normal file
View File

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.15)
include_directories(/usr/include/antlr4-runtime/)
file(GLOB PyAntlrSrc *.cpp)
add_library(PyAntlr STATIC ${PyAntlrSrc})