aboutsummaryrefslogtreecommitdiff
path: root/libs/dds-header/mo2-dds-header-config.cmake
blob: 112d12584cc1ab5650f71e0c1a319d1e17657573 (plain)
1
2
3
4
5
6
if (TARGET mo2::dds-header)
  return()
endif()

add_library(mo2::dds-header INTERFACE IMPORTED)
target_include_directories(mo2::dds-header INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include/DDS)