mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +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:
@@ -28,5 +28,5 @@
|
||||
#define TheArc_hxx <Adaptor2d_Curve2d.hxx>
|
||||
#define IntStart_PathPoint IntPatch_ThePathPointOfTheSOnBounds
|
||||
#define IntStart_PathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
|
||||
#include <IntStart_PathPoint.gxx>
|
||||
#include "../IntStart/IntStart_PathPoint.gxx"
|
||||
|
||||
|
Reference in New Issue
Block a user