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/OCCTOverview/EXTERNLIB.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

33 lines
380 B
CMake

# External dependencies for OCCTOverview sample
set(OCCT_OCCTOverview_EXTERNAL_LIBS
TKBRep
TKBin
TKBool
TKBO
TKCDF
TKFillet
TKG2d
TKG3d
TKGeomAlgo
TKGeomBase
TKernel
TKHLR
TKDEIGES
TKMath
TKMesh
TKOffset
TKOpenGl
TKPrim
TKService
TKShHealing
TKDESTEP
TKDESTL
TKTopAlgo
TKV3d
TKDEVRML
TKXSBase
TKLCAF
TKCAF
TKVCAF
TKXml
)