Build cmake examples with -j

This commit is contained in:
Wilson Snyder 2021-01-13 20:02:21 -05:00
parent 3bb8fbe73b
commit fb2c243fc7
5 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ run:
@echo @echo
@echo "-- BUILD -------------------" @echo "-- BUILD -------------------"
cmake --build build cmake --build build -j
@echo @echo
@echo "-- RUN ---------------------" @echo "-- RUN ---------------------"

View File

@ -90,7 +90,7 @@ run:
@echo @echo
@echo "-- BUILD -------------------" @echo "-- BUILD -------------------"
cmake --build build cmake --build build -j
@echo @echo
@echo "-- RUN ---------------------" @echo "-- RUN ---------------------"

View File

@ -54,7 +54,7 @@ run:
@echo @echo
@echo "-- BUILD -------------------" @echo "-- BUILD -------------------"
cmake --build build cmake --build build -j
@echo @echo
@echo "-- RUN ---------------------" @echo "-- RUN ---------------------"

View File

@ -54,7 +54,7 @@ run:
@echo @echo
@echo "-- BUILD -------------------" @echo "-- BUILD -------------------"
cmake --build build cmake --build build -j
@echo @echo
@echo "-- RUN ---------------------" @echo "-- RUN ---------------------"

View File

@ -90,7 +90,7 @@ run:
@echo @echo
@echo "-- BUILD -------------------" @echo "-- BUILD -------------------"
cmake --build build cmake --build build -j
@echo @echo
@echo "-- RUN ---------------------" @echo "-- RUN ---------------------"