1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/samples/qt/IESample/FILES.cmake
Pasukhin Dmitry e42a043abe Samples - CMake configuration fix (#643)
- 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
2025-07-25 10:38:48 +01:00

29 lines
862 B
CMake

# Source files for IESample sample
set(OCCT_IESample_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
set(OCCT_IESample_FILES
src/Main.cxx
../Common/src/ApplicationCommon.cxx
../Common/src/ApplicationCommon.h
../Common/src/Common-icon.ts
../Common/src/Common-string.ts
../Common/src/CommonSample.h
../Common/src/DocumentCommon.cxx
../Common/src/DocumentCommon.h
../Common/src/Material.cxx
../Common/src/Material.h
../Common/src/MDIWindow.cxx
../Common/src/MDIWindow.h
../Common/src/OcctWindow.cxx
../Common/src/OcctWindow.h
../Common/src/Transparency.cxx
../Common/src/Transparency.h
../Common/src/View.cxx
../Common/src/View.h
../Interface/src/Application.cxx
../Interface/src/Application.h
../Interface/src/IESample.h
../Interface/src/Interface-string.ts
../Interface/src/Translate.cxx
../Interface/src/Translate.h
)