add target

This commit is contained in:
Macbook 2024-10-10 17:33:27 +07:00 committed by Yaroslav Yashin
parent 46b0d24482
commit f3a058ba55

View file

@ -54,7 +54,9 @@ mkdir -p build-macos
cd build-macos
$QT_BIN_DIR/qt-cmake .. -GXcode -DQT_HOST_PATH=$QT_MACOS_ROOT_DIR -DMACOS_NE=TRUE
cmake --build . --config release --target all
# Xác định target hợp lệ và build
cmake --build . --config release --target AmneziaVPN # Hoặc target chính xác của bạn
# Build and run tests here