Skip to content

Commit a5a36f3

Browse files
authored
fix: Included ConnextDdsAddExample in remote_admin's cmake (#618)
1 parent ea578ea commit a5a36f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/routing_service/remote_admin/c++11/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ find_package(
3232
set(CODEGEN_FLAGS UNBOUNDED)
3333
# Include the CodegenRTIConnextDDS cmake module
3434
include(ConnextDdsCodegen)
35+
# Include ConnextDdsAddExample.cmake from resources/cmake
36+
include(ConnextDdsAddExample)
3537

3638
connextdds_rtiddsgen_run(
3739
IDL_FILE

0 commit comments

Comments
 (0)