sdrangel/cmake/ci/build_sdrangel.bat

5 lines
127 B
Batchfile
Raw Normal View History

2019-06-24 12:25:53 -04:00
mkdir build
cd build
cmake ..\ -G "%CMAKE_GENERATOR%" %CMAKE_CUSTOM_OPTIONS%
cmake --build . --config Release --target PACKAGE