mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
5 lines
127 B
Batchfile
5 lines
127 B
Batchfile
mkdir build
|
|
cd build
|
|
cmake ..\ -G "%CMAKE_GENERATOR%" %CMAKE_CUSTOM_OPTIONS%
|
|
cmake --build . --config Release --target PACKAGE
|