aboutsummaryrefslogtreecommitdiffstats
path: root/udp2lcm/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'udp2lcm/CMakeLists.txt')
-rw-r--r--udp2lcm/CMakeLists.txt2
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# 生成可执行文件
9add_executable(udp2lcm ${DIR_SRCS}) 9add_executable(udp2lcm ${DIR_SRCS})
10target_link_libraries(udp2lcm lcm) \ No newline at end of file 10target_link_libraries(udp2lcm lcm pthread)