Skip to content

Commit

Permalink
Add an install() cmake directive for the cert tool
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
zpostfacto committed Feb 11, 2022
1 parent 58d7a24 commit 6176727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ if (BUILD_TOOLS)

gns_set_target_protobuf_properties(steamnetworkingsockets_certtool)
gns_set_target_crypto_properties(steamnetworkingsockets_certtool)

install(TARGETS steamnetworkingsockets_certtool DESTINATION ${CMAKE_INSTALL_BINDIR} )

endif()

install(DIRECTORY ../include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/GameNetworkingSockets)
Expand Down

0 comments on commit 6176727

Please sign in to comment.