From 2e473bb0492995ae64f0de5b030b8fb72275ed78 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 22 Dec 2017 10:31:15 +0300 Subject: [PATCH] 0029398: Configuration - list lex and yacc files in the StepFile/FILES to avoid CMake warnings Adding step.lex and step.yacc to StepFile/FILES --- src/StepFile/FILES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/StepFile/FILES b/src/StepFile/FILES index 028955f57d..9f1052bdd2 100755 --- a/src/StepFile/FILES +++ b/src/StepFile/FILES @@ -10,3 +10,6 @@ StepFile_Read.hxx StepFile_Transfer.hxx stepread.c stepread.ph +step.lex +step.yacc +