mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-06 01:56:25 +00:00
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/sh
|
|
set -e
|
|
chmod +x @CMAKE_INSTALL_PREFIX@/bin/@PROJECT_NAME@
|
|
chmod +x @CMAKE_INSTALL_PREFIX@/bin/volk_gnsssdr_profile
|