From 6e26b47003731d4de85f3ff6880496241f6173f8 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 11 Nov 2010 08:15:55 -0600 Subject: [PATCH] Install the import library on Windows --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0761288..8b8a725 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -49,6 +49,9 @@ install(TARGETS RUNTIME DESTINATION bin + ARCHIVE + DESTINATION + lib LIBRARY DESTINATION lib