Skip to content

Commit

Permalink
Add libad9361 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 25, 2024
1 parent cb0591e commit 376ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
mv deps\include\* package_windows\include\
git clone -b v0.3 --single-branch --depth 1 https://github.com/analogdevicesinc/libad9361-iio.git
cd libad9361-iio
cmake -G "Visual Studio 16 2019" -A x64 -DLIBIIO_LIBRARIES:FILEPATH=..\package_windows\libiio.lib -DLIBIIO_INCLUDEDIR:PATH=..\deps\Windows-VS-2019-x64\include\ .
cmake -DLIBIIO_LIBRARIES:FILEPATH=..\package_windows\libiio.lib -DLIBIIO_INCLUDEDIR:PATH=..\deps\Windows-VS-2019-x64\include\ .
cmake --build . --config Release
Expand Down

0 comments on commit 376ce62

Please sign in to comment.