mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03: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:
@@ -26,5 +26,5 @@
|
||||
#define TheIntersector_hxx <BRepClass3d_Intersector3d.hxx>
|
||||
#define TopClass_Classifier3d BRepClass3d_SolidPassiveClassifier
|
||||
#define TopClass_Classifier3d_hxx <BRepClass3d_SolidPassiveClassifier.hxx>
|
||||
#include <TopClass_Classifier3d.gxx>
|
||||
#include "../TopClass/TopClass_Classifier3d.gxx"
|
||||
|
||||
|
Reference in New Issue
Block a user