From: adam Date: Tue, 25 Nov 2008 09:55:06 +0000 (+0000) Subject: [E.A.] The build_cmake convert the Makefile.am files into CMakeLists.txt X-Git-Tag: V5_1_0rc2~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df16f011b198533fc8bed44ccd58cb765dd2388e;p=modules%2Fgeom.git [E.A.] The build_cmake convert the Makefile.am files into CMakeLists.txt files to compile with cmake. --- diff --git a/build_cmake b/build_cmake new file mode 100755 index 000000000..eb63063e3 --- /dev/null +++ b/build_cmake @@ -0,0 +1,9 @@ +#!/bin/sh + +CURRENT_DIR=`pwd` +CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` +cd ${CONF_DIR} +python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --geom +status=$? +cd ${CURRENT_DIR} +exit $status