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 376ce62 commit 4a76661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ 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 -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=..\package_windows\include\ .
cmake --build . --config Release
ls
Expand Down

0 comments on commit 4a76661

Please sign in to comment.