|
|
|
@ -105,8 +105,8 @@ endif() |
|
|
|
|
# Setup the include and linker paths |
|
|
|
|
######################################################################## |
|
|
|
|
include_directories( |
|
|
|
|
${CMAKE_SOURCE_DIR}/lib |
|
|
|
|
${CMAKE_SOURCE_DIR}/include |
|
|
|
|
${CMAKE_SOURCE_DIR}/op25/gr-op25_repeater/lib |
|
|
|
|
${CMAKE_SOURCE_DIR}/op25/gr-op25_repeater/include |
|
|
|
|
${CMAKE_BINARY_DIR}/lib |
|
|
|
|
${CMAKE_BINARY_DIR}/include |
|
|
|
|
${Boost_INCLUDE_DIRS} |
|
|
|
@ -124,18 +124,6 @@ link_directories( |
|
|
|
|
set(GR_OP25_REPEATER_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE INTERNAL "" FORCE) |
|
|
|
|
set(GR_OP25_REPEATER_SWIG_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/swig CACHE INTERNAL "" FORCE) |
|
|
|
|
|
|
|
|
|
######################################################################## |
|
|
|
|
# Create uninstall target |
|
|
|
|
######################################################################## |
|
|
|
|
configure_file( |
|
|
|
|
${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in |
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake |
|
|
|
|
@ONLY) |
|
|
|
|
|
|
|
|
|
add_custom_target(uninstall |
|
|
|
|
${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
######################################################################## |
|
|
|
|
# Add subdirectories |
|
|
|
|
######################################################################## |
|
|
|
|