sdrangel/cmake/ci/build_sdrangel.bat

5 wiersze
127 B
Batchfile

mkdir build
cd build
cmake ..\ -G "%CMAKE_GENERATOR%" %CMAKE_CUSTOM_OPTIONS%
cmake --build . --config Release --target PACKAGE