add_subdirectory(parser) add_executable(test_ast test_ast.cpp) add_executable(test_logging test_logging.cpp) target_link_libraries(test_logging common) target_link_libraries(test_ast syntax common)