diff options
Diffstat (limited to 'serial/CMakeLists.txt')
-rw-r--r-- | serial/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/CMakeLists.txt b/serial/CMakeLists.txt index 5ded98c..c0bc05a 100644 --- a/serial/CMakeLists.txt +++ b/serial/CMakeLists.txt | |||
@@ -8,4 +8,4 @@ aux_source_directory(${CMAKE_SOURCE_DIR}/lcmtype DIR_SRCS) | |||
8 | add_executable(serial ${DIR_SRCS}) | 8 | add_executable(serial ${DIR_SRCS}) |
9 | 9 | ||
10 | # 添加链接库 | 10 | # 添加链接库 |
11 | target_link_libraries(serial lcm) \ No newline at end of file | 11 | target_link_libraries(serial lcm pthread) |