We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05179d commit f702b0bCopy full SHA for f702b0b
docs/fastdds/getting_started/simple_app/includes/dataType.rst
@@ -47,13 +47,3 @@ This must have generated the following files:
47
* HelloWorldPubSubTypes.h: Header file for HelloWorldPubSubTypes.cxx.
48
* HelloWorldCdrAux.ipp: Serialization and Deserialization code for the HelloWorld type.
49
* HelloWorldCdrAux.hpp: Header file for HelloWorldCdrAux.ipp.
50
-
51
-CMakeLists.txt
52
-""""""""""""""
53
54
-Include the following code snippet at the end of the CMakeList.txt file you created earlier.
55
-This includes the files we have just created.
56
57
-.. literalinclude:: /../code/Examples/C++/DDSHelloWorld/CMakeLists.txt
58
- :language: bash
59
- :lines: 44-45
0 commit comments