Skip to content

Commit

Permalink
#1512: cmake: update build script to export directories from build
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Aug 10, 2021
1 parent 7ff9139 commit 458f4da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ then
cd vt-sample-project/build
export vt_DIR="$VT_BUILD/install"
cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-Dvt_DIR="${VT}" \
-Dcheckpoint_DIR="${CHECKPOINT}" \
-Ddetector_DIR="${DETECTOR}" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
-DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}" \
-DCMAKE_CXX_COMPILER="${CXX:-c++}" \
Expand Down

0 comments on commit 458f4da

Please sign in to comment.