* fix cmake output library name (#315)

This commit is contained in:
hagen 2016-01-11 11:31:55 +00:00
parent daaba1dbc0
commit b2ae30eba1

View File

@ -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