[Lemon-commits] Alpar Juttner: Support shared library build (#433)
Lemon HG
hg at lemon.cs.elte.hu
Tue Dec 20 19:49:44 CET 2011
details: http://lemon.cs.elte.hu/hg/lemon/rev/53c0dd387001
changeset: 1113:53c0dd387001
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Tue Dec 20 19:33:51 2011 +0100
description:
Support shared library build (#433)
diffstat:
lemon/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt
--- a/lemon/CMakeLists.txt
+++ b/lemon/CMakeLists.txt
@@ -57,6 +57,7 @@
INSTALL(
TARGETS lemon
ARCHIVE DESTINATION lib
+ LIBRARY DESTINATION lib
COMPONENT library
)
More information about the Lemon-commits
mailing list