]> git.lizzy.rs Git - dragonnet-example.git/blobdiff - CMakeLists.txt
Use demo packets for ping-pong communication
[dragonnet-example.git] / CMakeLists.txt
index 897906e3858a962239d4df70320d381cce30d4ff..5cb6cad4fc3168467ea08cb2cc1c8375fc270805 100644 (file)
@@ -50,6 +50,7 @@ add_custom_target(ExampleTypes
 
 add_executable(ExampleCS
        ${SOURCES_COMMON}
+       dnet-types.c
        cs_example.c
 )