Configuration - Removing '.gxx' from installation #165

Refactor file extension filters in CMake and QMake configurations.
Gxx extension used as a "old-way-template" to repeat .cxx content.
Marking gxx as a source file instead of header.
Moving to absolute path for the gxx integrations.
This commit is contained in:
dpasukhi
2024-11-18 12:11:18 +00:00
parent 0a7449da36
commit 676f92fb10
230 changed files with 247 additions and 248 deletions
+1 -1
View File
@@ -40,5 +40,5 @@
#define Interface_Recognizer StepData_FileRecognizer
#define Interface_Recognizer_hxx <StepData_FileRecognizer.hxx>
#define Handle_Interface_Recognizer Handle(StepData_FileRecognizer)
#include <Interface_Recognizer.gxx>
#include "../Interface/Interface_Recognizer.gxx"