Browse Source

* fix cmake output library name (#315)

pull/317/head
hagen 9 years ago
parent
commit
b2ae30eba1
  1. 1
      build/CMakeLists.txt

1
build/CMakeLists.txt

@ -53,6 +53,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR MSYS) @@ -53,6 +53,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows" OR MSYS)
endif ()
add_library(libi2pd ${LIBI2PD_SRC})
set_target_properties(libi2pd PROPERTIES OUTPUT_NAME "i2pd")
install(TARGETS libi2pd
EXPORT libi2pd
ARCHIVE DESTINATION lib

Loading…
Cancel
Save