srsLTE/lib/CMakeLists.txt

23 lines
758 B
CMake
Raw Normal View History

#
2020-03-13 04:12:52 -07:00
# Copyright 2013-2020 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
########################################################################
# Add subdirectories
########################################################################
2017-05-30 06:10:19 -07:00
add_subdirectory(src)
add_subdirectory(include)
add_subdirectory(examples)
2017-05-18 03:57:52 -07:00
add_subdirectory(test)
2017-06-02 09:23:12 -07:00
########################################################################
# Install library headers
########################################################################
INSTALL( DIRECTORY include/
DESTINATION "${INCLUDE_DIR}"
FILES_MATCHING PATTERN "*.h" )