Skip to content
Snippets Groups Projects
Commit 08b65dcc authored by Joseph Larralde's avatar Joseph Larralde
Browse files

Merge branch 'develop' of gitlab.doc.gold.ac.uk:rapid-mix/RAPID-MIX_API into develop

parents 2bd7a636 bbf695ea
Branches
Tags
No related merge requests found
......@@ -82,7 +82,7 @@ file(GLOB JSON_SRC "${PROJECT_SOURCE_DIR}/dependencies/third_party/jsoncpp.cpp")
set(RAPIDMIX_FULL_SRC ${RAPIDMIX_SRC}
${GVF_SRC}
${MAXI_SRC}
${PIPO_SRC}
# ${PIPO_SRC}
${RAPIDLIB_SRC}
${RAPIDLIB_DEP}
${XMM_SRC}
......
#!/bin/bash
#Make sure we've got the latest version
git pull
git submodule update --init --recursive
rm -rf /build
mkdir build
cd build
cmake ..
make
./rapidmixTest
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment