lang: implement identifier support in the lexer
This commit is contained in:
@@ -2,3 +2,4 @@ file(GLOB_RECURSE lang_sources *.c *.h include/ivy/lang/*.h)
|
||||
|
||||
add_library(ivy-lang SHARED ${lang_sources})
|
||||
target_include_directories(ivy-lang PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include/)
|
||||
target_link_libraries(ivy-lang ivy-common Bluelib::Core Bluelib::Object)
|
||||
|
||||
Reference in New Issue
Block a user