0026388: Setting debugging environment of the Visual Studio solution of OCCT generate...
authoribs <ibs@opencascade.com>
Thu, 2 Jul 2015 13:55:21 +0000 (16:55 +0300)
committerabv <abv@opencascade.com>
Sun, 12 Jul 2015 10:57:22 +0000 (13:57 +0300)
commit94829f849287e1f819bf28daae32db85963d22ac
tree13ef10b0416dda6a79b507ced718fdf729fb2085
parent19286d7cf7e697e0ea70ff1bbfa3765c9b429a4f
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
CMakeLists.txt
adm/cmake/3rdparty_macro.cmake
adm/cmake/BuildToolkit.cmake
adm/cmake/freetype.cmake
adm/cmake/occt_macros.cmake
adm/cmake/tbb.cmake
adm/cmake/tcl.cmake
adm/cmake/vtk.cmake
adm/templates/DRAWEXE.vcxproj.user.in [new file with mode: 0644]
adm/templates/header.in [new file with mode: 0644]