ready to build AST
This commit is contained in:
3
src/ast/CMakeLists.txt
Normal file
3
src/ast/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
include_directories(${CMAKE_SOURCE_DIR}/include/ast)
|
||||
file(GLOB AST_SOURCES "*.cpp")
|
||||
add_library(ast STATIC ${AST_SOURCES})
|
Reference in New Issue
Block a user