diff options
| author | Qiuwen Lu <[email protected]> | 2016-12-07 19:29:28 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2016-12-07 19:29:28 +0800 |
| commit | e7312311de94cc2c99ea44631d73dcd87ba1adbf (patch) | |
| tree | 089b76bf2fcd1199638c888aecfa96a8b9fab3f8 /include/CMakeLists.txt | |
| parent | 2135c7dd4a03a885efe408a02482601708dfe560 (diff) | |
增加Debuginfo的自动创建功能
Diffstat (limited to 'include/CMakeLists.txt')
| -rw-r--r-- | include/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 84626d0..b803589 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,3 +1,4 @@ install(FILES external/marsio.h DESTINATION include COMPONENT Program)
install(FILES external/marsio_buffer_user_api.h DESTINATION include COMPONENT Program)
-install(FILES external/marsio_rawio_user_api.h DESTINATION include COMPONENT Program)
\ No newline at end of file +install(FILES external/marsio_rawio_user_api.h DESTINATION include COMPONENT Program)
+install(FILES external/marsio_udp_user_api.h DESTINATION include COMPONENT Program)
\ No newline at end of file |
