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

30 lines
745 B
CMake
Raw Normal View History

2020-02-11 23:04:29 +00:00
# Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
#
# GNSS-SDR is a software-defined Global Navigation Satellite Systems receiver
2014-09-07 23:56:09 +00:00
#
2014-11-07 17:02:52 +00:00
# This file is part of GNSS-SDR.
2014-09-07 23:56:09 +00:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
2014-11-07 17:02:52 +00:00
#
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"
)