From 6ba2497b5432eb8c7433c247970bd473ccef81dc Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 4 Aug 2015 17:07:29 +0200 Subject: [PATCH] Added runtime destination for windows cmake install rule --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c676d20..7fe8c7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,7 @@ endif() install(FILES ${INTERFACE_FILES} DESTINATION include/criterion) install(TARGETS criterion + RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )