mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-14 20:59:23 +08:00
14d4e91171
- Added automated migration scripts for handle syntax, standard types, and macros - Deprecated legacy `Standard_*` types and macros in favor of native C++ equivalents - Introduced modern `occ` namespace with template-based type checking helpers - Enhanced NCollection macros to support variadic arguments for complex template types- Added automated migration scripts for handle syntax, standard types, and macros - Deprecated legacy `Standard_*` types and macros in favor of native C++ equivalents - Introduced modern `occ` namespace with template-based type checking helpers - Enhanced NCollection macros to support variadic arguments for complex template types
26 lines
644 B
CMake
26 lines
644 B
CMake
# Source files for NLPlate package
|
|
set(OCCT_NLPlate_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_NLPlate_FILES
|
|
NLPlate_HGPPConstraint.cxx
|
|
NLPlate_HGPPConstraint.hxx
|
|
NLPlate_HPG0Constraint.cxx
|
|
NLPlate_HPG0Constraint.hxx
|
|
NLPlate_HPG0G1Constraint.cxx
|
|
NLPlate_HPG0G1Constraint.hxx
|
|
NLPlate_HPG0G2Constraint.cxx
|
|
NLPlate_HPG0G2Constraint.hxx
|
|
NLPlate_HPG0G3Constraint.cxx
|
|
NLPlate_HPG0G3Constraint.hxx
|
|
NLPlate_HPG1Constraint.cxx
|
|
NLPlate_HPG1Constraint.hxx
|
|
NLPlate_HPG2Constraint.cxx
|
|
NLPlate_HPG2Constraint.hxx
|
|
NLPlate_HPG3Constraint.cxx
|
|
NLPlate_HPG3Constraint.hxx
|
|
|
|
NLPlate_NLPlate.cxx
|
|
NLPlate_NLPlate.hxx
|
|
|
|
)
|