Correcting installation of python apps

to ${INSTALL_PREFIX}/bin directory
This commit is contained in:
Piotr Krysik 2015-08-17 14:19:59 +02:00
parent 54f335c696
commit 20d2de40b9
1 changed files with 4 additions and 2 deletions

View File

@ -40,8 +40,10 @@ ADD_CUSTOM_COMMAND(
WORKING_DIRECTORY ${APPS_DIR}
)
GR_PYTHON_INSTALL(
airprobe_file.py
airprobe_rtlsdr.py
PROGRAMS
${CMAKE_CURRENT_BINARY_DIR}/airprobe_file.py
${CMAKE_CURRENT_BINARY_DIR}/airprobe_rtlsdr.py
DESTINATION bin
)