mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
trival
This commit is contained in:
@@ -17,3 +17,4 @@ set(CMAKE_CXX_FLAGS "-Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -W
|
|||||||
#set(CMAKE_LINK_LIBRARY_FLAG "-lrt")
|
#set(CMAKE_LINK_LIBRARY_FLAG "-lrt")
|
||||||
add_executable(udp2raw_cmake ${SOURCE_FILES})
|
add_executable(udp2raw_cmake ${SOURCE_FILES})
|
||||||
target_link_libraries(udp2raw_cmake rt)
|
target_link_libraries(udp2raw_cmake rt)
|
||||||
|
target_link_libraries(udp2raw_cmake pthread)
|
||||||
|
Reference in New Issue
Block a user