mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -23,5 +23,5 @@
|
||||
#define MultiLine_hxx <AppCont_Function.hxx>
|
||||
#define Approx_ComputeCLine Approx_FitAndDivide2d
|
||||
#define Approx_ComputeCLine_hxx <Approx_FitAndDivide2d.hxx>
|
||||
#include <Approx_ComputeCLine.gxx>
|
||||
#include "../Approx/Approx_ComputeCLine.gxx"
|
||||
|
||||
|
@@ -23,5 +23,5 @@
|
||||
#define MultiLine_hxx <AppCont_Function.hxx>
|
||||
#define Approx_ComputeCLine Approx_FitAndDivide
|
||||
#define Approx_ComputeCLine_hxx <Approx_FitAndDivide.hxx>
|
||||
#include <Approx_ComputeCLine.gxx>
|
||||
#include "../Approx/Approx_ComputeCLine.gxx"
|
||||
|
||||
|
Reference in New Issue
Block a user