summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/thread/CMakeLists.txt
blob: 0b1c18fe13c36e9d1d0f5208321b0a607628ac91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

########################################################################
# Install header files
########################################################################
install(FILES
  thread.h
  thread_body_wrapper.h
  thread_group.h
  DESTINATION ${GR_INCLUDE_DIR}/gnuradio/thread
)