occt: master 94829f84

Author Committer Branch Timestamp Parent
abv abv master 2015-07-02 13:55:21 master 19286d7c
Affected Issues  0026388: Setting debugging environment of the Visual Studio solution of OCCT generated by CMake
Changeset 0026388: Setting debugging environment of the Visual Studio solution of OCCT generated by CMake

0. debugging environment added to DRAWEXE vcxproj
1. OCCT header files copied to inc directory of an installation folder. (the grouping of header files removed)
1. collect reference files of all OCCT header files in <binary dir>/inc during cmake configuration process
2. tcl installation procedure installs all dlls found in tcl bin folder (for win. this approach takes into account installing of zlib library that may be located in tcl bin folder)
4. each a OCCT project include just 3rdparty paths and <cmake binary dir>/inc folder
mod - adm/cmake/3rdparty_macro.cmake Diff File
mod - adm/cmake/BuildToolkit.cmake Diff File
mod - adm/cmake/freetype.cmake Diff File
mod - adm/cmake/occt_macros.cmake Diff File
mod - adm/cmake/tbb.cmake Diff File
mod - adm/cmake/tcl.cmake Diff File
mod - adm/cmake/vtk.cmake Diff File
add - adm/templates/DRAWEXE.vcxproj.user.in Diff File
add - adm/templates/header.in Diff File
mod - CMakeLists.txt Diff File