1 2 3 4
add_library(parser INTERFACE) target_include_directories(parser INTERFACE .) target_link_libraries(parser INTERFACE common lexer)