@@ -84,6 +84,7 @@ package: | |||
cp -prv v8/out/x64.release/obj/libv8_monolith.a out/opt/cppse/build/v8pp/lib | |||
# We'll also include .so files.. | |||
#echo TEMP find ./v8/out/x64.release/ -name '*.so' -type f | xargs -n 1 cp -prv -t out/opt/cppse/build/v8pp/lib | |||
ls -alh v8pp/v8pp/config.hpp* | |||
cp -prv v8pp/v8pp out/opt/cppse/build/v8pp/include/ | |||
cp -prv v8/include out/opt/cppse/build/v8pp/include/v8 | |||
@@ -1,6 +1,3 @@ | |||
typeset currentdir=$PWD/out | |||
pushd v8pp | |||
mkdir -p out; | |||
pushd out | |||
pwd | |||
cmake -DV8_INCLUDE_DIRS=$currentdir/opt/cppse/build/v8pp/include -DV8_LIB=$currentdir/opt/cppse/build/v8pp/lib -DV8_LIBPLATFORM=$currentdir/opt/cppse/build/v8pp/lib -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON .. |