Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/server/parser/CMakeLists.txt
blob: a426c6aa229a19cdd884f9fdfddc417458e6347e (plain) (blame)
1
2
3
4
add_library(parser INTERFACE)
target_include_directories(parser INTERFACE ..)

target_link_libraries(parser INTERFACE common lexer)