Implemented client datasource
This commit is contained in:
+3
-2
@@ -98,8 +98,9 @@ if [[ "$SKIP_BUILD" -eq 0 ]]; then
|
||||
|
||||
if [[ "$START_GUI" -eq 1 ]]; then
|
||||
if [[ -d "${SCRIPT_DIR}/Client/streamhub/build" ]]; then
|
||||
echo "==> Building ImGui client..."
|
||||
cmake --build "${SCRIPT_DIR}/Client/streamhub/build" -j"$(nproc)" 2>&1 | tail -5
|
||||
echo "==> Building ImGui client (a full rebuild can take ~2 min;"
|
||||
echo " ImPlot's implot_items.cpp is one slow -O3 translation unit)..."
|
||||
cmake --build "${SCRIPT_DIR}/Client/streamhub/build" -j"$(nproc)"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user