mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0025114: CMake-based build tools for OCCT 7.0
All CMake meta-projects for OCCT are put to OCCT code (including fragments previously generated by WOK). "/bigobj" compiler flag added to TKQADraw because of the size of its object file [GeomToStep & Graphic3d] private headers are included from current dir of including source file
This commit is contained in:
@@ -41,7 +41,7 @@ GeomToStep_MakeBSplineCurveWithKnots::
|
||||
|
||||
{
|
||||
#define Array1OfPnt_gen TColgp_Array1OfPnt
|
||||
#include <GeomToStep_MakeBSplineCurveWithKnots_gen.pxx>
|
||||
#include "GeomToStep_MakeBSplineCurveWithKnots_gen.pxx"
|
||||
#undef Array1OfPnt_gen
|
||||
}
|
||||
//=============================================================================
|
||||
@@ -55,7 +55,7 @@ GeomToStep_MakeBSplineCurveWithKnots::
|
||||
|
||||
{
|
||||
#define Array1OfPnt_gen TColgp_Array1OfPnt2d
|
||||
#include <GeomToStep_MakeBSplineCurveWithKnots_gen.pxx>
|
||||
#include "GeomToStep_MakeBSplineCurveWithKnots_gen.pxx"
|
||||
#undef Array1OfPnt_gen
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user