diff options
Diffstat (limited to 'udp2lcm/CMakeLists.txt')
-rw-r--r-- | udp2lcm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udp2lcm/CMakeLists.txt b/udp2lcm/CMakeLists.txt index aaf54db..206a8a8 100644 --- a/udp2lcm/CMakeLists.txt +++ b/udp2lcm/CMakeLists.txt | |||
@@ -7,4 +7,4 @@ aux_source_directory(${CMAKE_SOURCE_DIR}/lcmtype DIR_SRCS) | |||
7 | 7 | ||
8 | # 生成可执行文件 | 8 | # 生成可执行文件 |
9 | add_executable(udp2lcm ${DIR_SRCS}) | 9 | add_executable(udp2lcm ${DIR_SRCS}) |
10 | target_link_libraries(udp2lcm lcm) \ No newline at end of file | 10 | target_link_libraries(udp2lcm lcm pthread) |