From df16f011b198533fc8bed44ccd58cb765dd2388e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Nov 2008 09:55:06 +0000 Subject: [PATCH] [E.A.] The build_cmake convert the Makefile.am files into CMakeLists.txt files to compile with cmake. --- build_cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 build_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 -- 2.39.2