CMakeLists.txt 106 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5 6 7 8
add_library(common STATIC
    syntax_tree.c
    ast.cpp
    logging.cpp
)

target_link_libraries(common)