Compilation
Source Code
git clone https://github.com/learn-orolia/skydel-custom-signalCommand Line
Here's how to compile the custom signal project:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4mkdir build
cd build
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake --build .Last updated