Files
OCCT/src/ModelingAlgorithms/TKGeomAlgo/NLPlate/FILES.cmake
T
Pasukhin Dmitry 14d4e91171 Coding - Global Refactoring OCCT as a part of 8.0.0 (#955)
- 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
2025-12-28 14:38:06 +00:00

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
)