From 455a4758f17061682599f12cd342e27251c8a281 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Tue, 14 Aug 2018 12:49:40 +0100 Subject: [PATCH] Make CMake install the dll on Windows. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a8ffcf2..e700506 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,6 +386,7 @@ endif () message(STATUS "GNUstep install type set to ${GNUSTEP_INSTALL_TYPE}") install(TARGETS ${INSTALL_TARGETS} + RUNTIME DESTINATION ${LIB_INSTALL_PATH} LIBRARY DESTINATION ${LIB_INSTALL_PATH} ARCHIVE DESTINATION ${LIB_INSTALL_PATH}) install(FILES ${libobjc_HDRS}