Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Sep 15, 2024
1 parent cf3b71e commit fac47dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mkn.base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

name: libpcl.base
dep: org.boost math.eigen
sub: pcl&p(https://github.com/PointCloudLibrary/pcl)
4 changes: 2 additions & 2 deletions mkn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

(
cd $CWD
mkn
MKN_REPO=$(mkn -G MKN_REPO)
mkn -C mkn.base.yaml
MKN_REPO=$(mkn -G MKN_REPO -C mkn.base.yaml)
rm -rf build && mkdir build && cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DEigen3_DIR="${MKN_REPO}/math/eigen/master/share/eigen3/cmake" \
Expand Down

0 comments on commit fac47dc

Please sign in to comment.