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
33 lines
681 B
CMake
33 lines
681 B
CMake
# Source files for FuncDemo sample
|
|
set(OCCT_FuncDemo_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_FuncDemo_FILES
|
|
src/BaseDriver.cpp
|
|
src/BaseDriver.h
|
|
src/CircleDriver.cpp
|
|
src/CircleDriver.h
|
|
src/ConeDriver.cpp
|
|
src/ConeDriver.h
|
|
src/CylinderDriver.cpp
|
|
src/CylinderDriver.h
|
|
src/edge.cpp
|
|
src/edge.h
|
|
src/FThread.cpp
|
|
src/FThread.h
|
|
src/FuncDemo.qrc
|
|
src/graphwidget.cpp
|
|
src/graphwidget.h
|
|
src/main.cpp
|
|
src/mainwindow.cpp
|
|
src/mainwindow.h
|
|
src/node.cpp
|
|
src/node.h
|
|
src/PointDriver.cpp
|
|
src/PointDriver.h
|
|
src/PrismDriver.cpp
|
|
src/PrismDriver.h
|
|
src/ShapeSaverDriver.cpp
|
|
src/ShapeSaverDriver.h
|
|
src/SimpleDriver.cpp
|
|
src/SimpleDriver.h
|
|
) |