mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
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.
This commit is contained in:
17
src/DataExchange/TOOLKITS.cmake
Normal file
17
src/DataExchange/TOOLKITS.cmake
Normal file
@@ -0,0 +1,17 @@
|
||||
# Auto-generated list of toolkits for DataExchange module
|
||||
set(OCCT_DataExchange_LIST_OF_TOOLKITS
|
||||
TKDE
|
||||
TKXSBase
|
||||
TKDESTEP
|
||||
TKDEIGES
|
||||
TKDESTL
|
||||
TKDEVRML
|
||||
TKDECascade
|
||||
TKDEOBJ
|
||||
TKDEGLTF
|
||||
TKDEPLY
|
||||
TKXCAF
|
||||
TKXmlXCAF
|
||||
TKBinXCAF
|
||||
TKRWMesh
|
||||
)
|
Reference in New Issue
Block a user