1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 06:53:14 +00:00
gnss-sdr/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/python/volk_gnsssdr_modtool/CMakeLists.txt

28 lines
741 B
CMake
Raw Normal View History

# GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
2014-11-07 17:02:52 +00:00
# This file is part of GNSS-SDR.
2014-09-07 23:56:09 +00:00
#
# SPDX-FileCopyrightText: 2010-2020 C. Fernandez-Prades cfernandez(at)cttc.es
# SPDX-License-Identifier: BSD-3-Clause
2014-09-07 23:56:09 +00:00
########################################################################
# Install python files and apps
########################################################################
include(VolkPython)
2014-09-07 23:56:09 +00:00
volk_python_install(
2014-09-07 23:56:09 +00:00
FILES
__init__.py
cfg.py
volk_gnsssdr_modtool_generate.py
DESTINATION ${VOLK_PYTHON_DIR}/volk_gnsssdr_modtool
COMPONENT "volk_gnsssdr"
)
volk_python_install(
2014-09-07 23:56:09 +00:00
PROGRAMS
volk_gnsssdr_modtool
DESTINATION ${VOLK_RUNTIME_DIR}
COMPONENT "volk_gnsssdr"
)