]> OCCT Git - occt-wok.git/commit
0023485: The WOK should generate cmake metafiles of the OpenCascade
authoribs <ibs@opencascade.com>
Tue, 15 Jan 2013 11:28:31 +0000 (15:28 +0400)
committeribs <ibs@opencascade.com>
Tue, 15 Jan 2013 11:28:31 +0000 (15:28 +0400)
commite8a2dd1c7f5a64082e39d1d0bf30f84334f25755
treefc15cb874337444ce5d0c2d9dec6adbd8b8003a7
parent2796cfce1b20ec4ac86b966f4c676c83351c2490
0023485: The WOK should generate cmake metafiles of the OpenCascade

added for lin and win:
1. wgenproj generates cross-platform OCCT cmake meta-projects;
2. OCCT cmake meta-project settings do not depend on WOK settings;
3. choice of modules and toolkits, that are included into OCCT project
4. possibility to create standalone OCCT install folder that contains all required libs and resourced to run Draw;
5. possibility copy required 3rdparty libraries to install standalone OCCT folder
6. copy of the OCCTProductsDocumentation.tcl added to scripts
7. 3rdparty library search refactored
8. templates, mam and mamx, are needed for lib wprocess placed to lib folder;
9. template.cmake placed to lib/template folder (on linux)
10. copy the whole template folder added (for linux)
collect_binary.sh
collect_binary_without_libs.bat [new file with mode: 0644]
collect_binary_without_libs.sh [new file with mode: 0644]
src/WOKTclLib/OS.tcl
src/WOKTclLib/osutils.tcl
src/WOKTclLib/templates/env.bat.in [new file with mode: 0644]
src/WOKTclLib/templates/env.sh.in [new file with mode: 0644]
src/WOKTclLib/templates/template.cmake [new file with mode: 0644]
src/WOKsite/wok_env.bat
src/WOKsite/wok_tclshrc.tcl