Browse Source

Use static nanomsg build for libcrypto777.

patch-3
Artem Pikulin 7 years ago
parent
commit
545bbef0ca
  1. 1
      crypto777/CMakeLists.txt

1
crypto777/CMakeLists.txt

@ -1,4 +1,5 @@
file(GLOB sources "*.c")
file(GLOB headers "*.h")
add_library(libcrypto777 ${sources} ${headers})
target_compile_definitions(libcrypto777 PRIVATE USE_STATIC_NANOMSG)
target_link_libraries(libcrypto777 PUBLIC curl)
Loading…
Cancel
Save