File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/cpp/01-oo8/code Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99# vcpkg & cmake are required.
1010cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT} /scripts/buildsystems/vcpkg.cmake
1111cmake --build ./build
12- exec ./build/server " $@ "
12+ exec ./build/shell " $@ "
Original file line number Diff line number Diff line change 99# vcpkg & cmake are required.
1010cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT} /scripts/buildsystems/vcpkg.cmake
1111cmake --build ./build
12- exec ./build/server " $@ "
12+ exec ./build/shell " $@ "
Original file line number Diff line number Diff line change 99# vcpkg & cmake are required.
1010cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT} /scripts/buildsystems/vcpkg.cmake
1111cmake --build ./build
12- exec ./build/server " $@ "
12+ exec ./build/shell " $@ "
You can’t perform that action at this time.
0 commit comments