From b2ae30eba1b101ff09fdb739f3e74850aa97d501 Mon Sep 17 00:00:00 2001 From: hagen Date: Mon, 11 Jan 2016 11:31:55 +0000 Subject: [PATCH] * fix cmake output library name (#315) --- build/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 748d8264..cbcfc275 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -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