Adjusted mpt qos test includes to be in line with other tests
Signed-off-by: Thijs Sassen <thijs.sassen@adlinktech.com>
This commit is contained in:
parent
a3b35a2aa4
commit
36b1b9da3d
1 changed files with 5 additions and 2 deletions
|
@ -11,14 +11,17 @@
|
||||||
#
|
#
|
||||||
include(${MPT_CMAKE})
|
include(${MPT_CMAKE})
|
||||||
|
|
||||||
add_compile_options("-I${PROJECT_SOURCE_DIR}/src/core/ddsi/include")
|
|
||||||
|
|
||||||
idlc_generate(mpt_rwdata_lib "procs/rwdata.idl")
|
idlc_generate(mpt_rwdata_lib "procs/rwdata.idl")
|
||||||
|
|
||||||
set(sources_qosmatch
|
set(sources_qosmatch
|
||||||
"procs/rw.c"
|
"procs/rw.c"
|
||||||
"qosmatch.c")
|
"qosmatch.c")
|
||||||
add_mpt_executable(mpt_qosmatch ${sources_qosmatch})
|
add_mpt_executable(mpt_qosmatch ${sources_qosmatch})
|
||||||
|
|
||||||
|
target_include_directories(
|
||||||
|
mpt_qosmatch PRIVATE
|
||||||
|
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../../core/ddsi/include>")
|
||||||
|
|
||||||
target_link_libraries(mpt_qosmatch PRIVATE mpt_rwdata_lib)
|
target_link_libraries(mpt_qosmatch PRIVATE mpt_rwdata_lib)
|
||||||
|
|
||||||
set(sources_ppuserdata
|
set(sources_ppuserdata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue