From 10ad994447b6b91d093bb4e613ed7576bd8368f0 Mon Sep 17 00:00:00 2001 From: staviq Date: Sun, 17 Sep 2023 16:32:11 +0200 Subject: [PATCH] fix cmake --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index dead56118..f1cdaf9a5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -5,6 +5,8 @@ set(TARGET common) add_library(${TARGET} OBJECT common.h common.cpp + log.h + log.cpp console.h console.cpp grammar-parser.h