From c792965117aadc30f651b8eae29126ead573bb6f Mon Sep 17 00:00:00 2001 From: Changjiang Yang Date: Tue, 31 Mar 2015 18:29:46 -0400 Subject: Install compiler-provided system runtime libraries. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 14ed306..af38691 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -109,6 +109,7 @@ if (MSVC) APPEND PROPERTY LINK_FLAGS /INCREMENTAL:NO) endif(MSVC) +include (InstallRequiredSystemLibraries) install(TARGETS ${PROGRAM} ${LIBRARY} RUNTIME DESTINATION bin LIBRARY DESTINATION lib -- cgit v1.2.3