Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rapid-mix
RAPID-MIX_API
Commits
08b65dcc
Commit
08b65dcc
authored
Nov 24, 2017
by
Joseph Larralde
Browse files
Merge branch 'develop' of gitlab.doc.gold.ac.uk:rapid-mix/RAPID-MIX_API into develop
parents
2bd7a636
bbf695ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
08b65dcc
...
...
@@ -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
}
...
...
rmix_build_test.sh
0 → 100755
View file @
08b65dcc
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment