diff options
Diffstat (limited to 'libccnx-transport-rta/ccnx/CMakeLists.txt')
-rw-r--r-- | libccnx-transport-rta/ccnx/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libccnx-transport-rta/ccnx/CMakeLists.txt b/libccnx-transport-rta/ccnx/CMakeLists.txt new file mode 100644 index 00000000..997b4f54 --- /dev/null +++ b/libccnx-transport-rta/ccnx/CMakeLists.txt @@ -0,0 +1,4 @@ +configure_file(config.h.in config.h @ONLY) + +add_subdirectory(api) +add_subdirectory(transport) |