mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
removed old names
This commit is contained in:
@@ -89,7 +89,7 @@ $ sudo apt install libncurses5-dev
|
|||||||
Configure and build
|
Configure and build
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd scout_sdk
|
$ cd wrp_sdk
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake ..
|
$ cmake ..
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ add_subdirectory(googletest)
|
|||||||
set(GTEST_SRC
|
set(GTEST_SRC
|
||||||
gtests/scout_can_protocol_test.cpp
|
gtests/scout_can_protocol_test.cpp
|
||||||
)
|
)
|
||||||
add_executable(scout_sdk_test ${GTEST_SRC})
|
add_executable(wrp_sdk_test ${GTEST_SRC})
|
||||||
target_link_libraries(scout_sdk_test gtest gtest_main wrp_sdk)
|
target_link_libraries(wrp_sdk_test gtest gtest_main wrp_sdk)
|
||||||
target_include_directories(scout_sdk_test PUBLIC
|
target_include_directories(wrp_sdk_test PUBLIC
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||||
$<BUILD_INTERFACE:${GTEST_INCLUDE_DIRS}>
|
$<BUILD_INTERFACE:${GTEST_INCLUDE_DIRS}>
|
||||||
$<INSTALL_INTERFACE:include>)
|
$<INSTALL_INTERFACE:include>)
|
||||||
Reference in New Issue
Block a user