mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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:
@@ -34,5 +34,5 @@
|
||||
#define Interface_JaggedArray IGESDefs_HArray1OfHArray1OfTextDisplayTemplate
|
||||
#define Interface_JaggedArray_hxx <IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx>
|
||||
#define Handle_Interface_JaggedArray Handle(IGESDefs_HArray1OfHArray1OfTextDisplayTemplate)
|
||||
#include <Interface_JaggedArray.gxx>
|
||||
#include "../Interface/Interface_JaggedArray.gxx"
|
||||
|
||||
|
Reference in New Issue
Block a user