Add runtime destination to cmake

This commit is contained in:
kuba-- 2018-10-18 08:52:29 +02:00
parent f8121a27c4
commit 9059fc507a
No known key found for this signature in database
GPG Key ID: 07E1F60F1D564CAE

View File

@ -29,6 +29,7 @@ if (NOT CMAKE_DISABLE_TESTING)
endif()
install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
COMPONENT library)