1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-12 09:12:34 -04:00
sdrangel/cmake/ci/build_sdrangel.bat
2019-06-24 18:25:53 +02:00

5 lines
127 B
Batchfile

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