We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb613a5 commit 3736049Copy full SHA for 3736049
CMakeLists.txt
@@ -14,3 +14,4 @@ target_link_libraries(trojan ${OPENSSL_LIBRARIES})
14
if(WIN32)
15
target_link_libraries(trojan wsock32 ws2_32)
16
endif()
17
+install(TARGETS trojan DESTINATION bin)
0 commit comments