Started implementing AST
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Fetches all files for in the binary #
|
||||
file (GLOB LexerSources src/*.cpp inc/*.h)
|
||||
|
||||
add_library(Lexer STATIC ${LexerSources})
|
||||
|
||||
# Adds the headers in the current directory #
|
||||
target_include_directories (
|
||||
Lexer PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/inc
|
||||
|
||||
Reference in New Issue
Block a user