add target for building with homebrew

This commit is contained in:
Benjamin Sergeant
2019-02-21 22:05:30 -08:00
parent 73d7280723
commit 24859fef8a
2 changed files with 4 additions and 0 deletions

View File

@ -34,3 +34,4 @@ if (APPLE AND USE_TLS)
endif()
target_link_libraries(ws ixwebsocket)
install(TARGETS ws RUNTIME DESTINATION bin)