mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
- Migrates legacy text-based FILES, PACKAGES, and EXTERNLIB configuration files to proper CMake format (.cmake extensions) - Updates CMakeLists.txt files to use modern CMake practices with explicit configurations and target-specific definitions - Modifies the qt_macro.cmake to work with the new CMake variable-based file management system
73 lines
1.8 KiB
CMake
73 lines
1.8 KiB
CMake
# Source files for OCCTOverview sample
|
|
set(OCCT_OCCTOverview_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_OCCTOverview_FILES
|
|
src/ApplicationCommon.cxx
|
|
src/ApplicationCommon.h
|
|
src/CommonSample.h
|
|
src/DocumentCommon.cxx
|
|
src/DocumentCommon.h
|
|
src/GeomWidget.cxx
|
|
src/GeomWidget.h
|
|
src/Main.cxx
|
|
src/OcctHighlighter.cxx
|
|
src/OcctHighlighter.h
|
|
src/OcctWindow.cxx
|
|
src/OcctWindow.h
|
|
src/OCCTOverview.qrc
|
|
src/TranslateDialog.h
|
|
src/TranslateDialog.cxx
|
|
src/Transparency.cxx
|
|
src/Transparency.h
|
|
src/View.cxx
|
|
src/View.h
|
|
code/AdaptorCurve2d_AIS.cxx
|
|
code/AdaptorCurve2d_AIS.h
|
|
code/AdaptorCurve_AIS.cxx
|
|
code/AdaptorCurve_AIS.h
|
|
code/AdaptorPnt2d_AIS.cxx
|
|
code/AdaptorPnt2d_AIS.h
|
|
code/AdaptorVec_AIS.cxx
|
|
code/AdaptorVec_AIS.h
|
|
code/BaseSample.cxx
|
|
code/BaseSample.h
|
|
code/DataExchange.xml
|
|
code/DataExchangeSamples.cxx
|
|
code/DataExchangeSamples.h
|
|
code/Geometry.xml
|
|
code/GeometrySamples.cxx
|
|
code/GeometrySamples.h
|
|
code/MakeBottle.cxx
|
|
code/MakeBottle.h
|
|
code/Ocaf.xml
|
|
code/OcafSamples.cxx
|
|
code/OcafSamples.h
|
|
code/Sample2D_Face.cxx
|
|
code/Sample2D_Face.h
|
|
code/Sample2D_Image.cxx
|
|
code/Sample2D_Image.h
|
|
code/Sample2D_Markers.cxx
|
|
code/Sample2D_Markers.h
|
|
code/Samples.qrc
|
|
code/TOcafFunction_BoxDriver.cxx
|
|
code/TOcafFunction_BoxDriver.h
|
|
code/TOcafFunction_CutDriver.cxx
|
|
code/TOcafFunction_CutDriver.h
|
|
code/TOcafFunction_CylDriver.cxx
|
|
code/TOcafFunction_CylDriver.h
|
|
code/TOcaf_Application.cxx
|
|
code/TOcaf_Application.h
|
|
code/Topology.xml
|
|
code/TopologySamples.cxx
|
|
code/TopologySamples.h
|
|
code/Triangulation.xml
|
|
code/TriangulationSamples.cxx
|
|
code/TriangulationSamples.h
|
|
code/Viewer2d.xml
|
|
code/Viewer2dSamples.cxx
|
|
code/Viewer2dSamples.h
|
|
code/Viewer3d.xml
|
|
code/Viewer3dSamples.cxx
|
|
code/Viewer3dSamples.h
|
|
)
|