Files
OCCT/src/ModelingData/TKGeomBase/GeomTools/FILES.cmake
Pasukhin Dmitry 5647b46a34 Configuration - Reorganize repository structure #450
Reorganizing structure to have Module/TK/Package/FILES structure.
New structure reflect the structure inside IDE.
Migrate FILES, PACKAGES, EXTRLIB to CMake version to handle changes on updates.
No changes were done to installation layout, all installation result keep as before.
The migration was done using python script, see PR, which refactor automatically the structure.
Updated doc generation to have valid path to modules, toolkits and packages.
In case of PR into new version, IR-790 can be used as a target for the previous version.
2025-03-20 00:39:26 +00:00

17 lines
414 B
CMake

# Source files for GeomTools package
set(OCCT_GeomTools_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
set(OCCT_GeomTools_FILES
GeomTools.cxx
GeomTools.hxx
GeomTools_Curve2dSet.cxx
GeomTools_Curve2dSet.hxx
GeomTools_CurveSet.cxx
GeomTools_CurveSet.hxx
GeomTools_Debug.cxx
GeomTools_SurfaceSet.cxx
GeomTools_SurfaceSet.hxx
GeomTools_UndefinedTypeHandler.cxx
GeomTools_UndefinedTypeHandler.hxx
)