fixed: add missing object in parserBuilder library

This commit is contained in:
Arne Morten Kvarving 2014-11-17 14:57:39 +01:00
parent 56b7f4e8c0
commit 85934aa769

View File

@ -51,6 +51,7 @@ SET_SOURCE_FILES_PROPERTIES(${PROJECT_BINARY_DIR}/generated-source/DefaultKeywor
set( build_parser_source
Parser/ParserEnums.cpp
Parser/ParserKeyword.cpp
Parser/ParserLog.cpp
Parser/ParserRecord.cpp
Parser/ParserItem.cpp
Parser/ParserIntItem.cpp