mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 05:08:13 +08:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user