mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-22 13:55:33 +08:00
Add install target to CMakeLists.txt
This commit is contained in:
@@ -30,3 +30,5 @@ target_link_libraries(udp2raw rt)
|
|||||||
target_link_libraries(udp2raw pthread)
|
target_link_libraries(udp2raw pthread)
|
||||||
include_directories(SYSTEM "libev")
|
include_directories(SYSTEM "libev")
|
||||||
include_directories(".")
|
include_directories(".")
|
||||||
|
|
||||||
|
install(TARGETS udp2raw)
|
||||||
|
Reference in New Issue
Block a user