]> OCCT Git - occt.git/commit
0031742: Configuration - Add batch files for cmake build
authormsv <msv@opencascade.com>
Wed, 1 Apr 2020 16:13:46 +0000 (19:13 +0300)
committerbugmaster <bugmaster@opencascade.com>
Wed, 2 Sep 2020 16:58:07 +0000 (19:58 +0300)
commita75f5cdd86697982c1f52c4001803b6458a8bd3e
treefa41e78326b21952ec969d75988548dce1d289cb
parentb3da9c3ede61fdf8ed29a8e7c5c938d3350aa902
0031742: Configuration - Add batch files for cmake build

The scripts cmake_gen.bat and cmake_gen.sh have been added to facilitate batch building of OCCT correspondingly on Windows and Linux platforms.

The files build.bat and install.bat are copied to the build directory by cmake configure procedure to enable batch building and installation on Windows platform.
CMakeLists.txt
adm/scripts/cmake_custom.bat.template [new file with mode: 0644]
adm/scripts/cmake_custom.sh.template [new file with mode: 0644]
adm/scripts/cmake_gen.bat [new file with mode: 0644]
adm/scripts/cmake_gen.sh [new file with mode: 0755]
adm/templates/build.bat [new file with mode: 0644]
adm/templates/install.bat [new file with mode: 0644]