MINGW-packages/mingw-w64-krpc-cpp/001-krpc-cpp-cmake.patch
Christoph Reiter 06d9eebdc8 cleanup
2021-10-09 10:48:54 +02:00

11 lines
389 B
Diff

diff '--color=auto' -ruN krpc-cpp-0.4.8/CMakeLists.txt krpc-cpp-0.4.8-patch/CMakeLists.txt
--- krpc-cpp-0.4.8/CMakeLists.txt 2018-10-28 08:06:50.000000000 -0400
+++ krpc-cpp-0.4.8-patch/CMakeLists.txt 2021-09-13 21:28:01.741800400 -0400
@@ -86,6 +86,7 @@
endif()
install(TARGETS krpc
+ RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)