From ca0e1b20d8319b90168fa84b15ec8ff7f641d567 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Thu, 25 Nov 2010 14:54:22 +0100 Subject: [PATCH] add grammar.g to the cmake project so it displays in IDEs --- libwccl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt index 3958d8b..6f4924c 100644 --- a/libwccl/CMakeLists.txt +++ b/libwccl/CMakeLists.txt @@ -38,6 +38,7 @@ SET(libwccl_STAT_SRC ops/relativeposition.cpp ops/tolower.cpp ops/toupper.cpp + parser/grammar.g parser/Parser.cpp parser/ParserException.cpp sentencecontext.cpp -- GitLab