updated asio install structure

This commit is contained in:
Ruixiang Du
2020-09-14 15:41:26 +08:00
parent f01ab6415d
commit 3c66c5fa28
4861 changed files with 32 additions and 477784 deletions

View File

@@ -11,6 +11,7 @@ mark_as_advanced(
# add unit tests
set(GRAPH_TESTS
unit_tests/ringbuf_test.cpp
unit_tests/scout_can_protocol_test.cpp
)
add_executable(gtest_all ${GRAPH_TESTS})

View File

@@ -13,8 +13,7 @@
#include "gtest/gtest.h"
// #define ALLOW_OVERWRITE
#include "asyncio/ring_buffer.hpp"
#include "wrp_sdk/asyncio/ring_buffer.hpp"
using namespace westonrobot;