removed -git from name; switch from makefiles to ninja, included patch file

This commit is contained in:
Swarnava Ghosh
2021-09-25 21:55:17 -04:00
parent aef78f97e1
commit dc5aea08d1
2 changed files with 22 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
diff -ruN krpc-cpp-0.4.9-patched/CMakeLists.txt krpc-cpp-0.4.9/CMakeLists.txt
--- krpc-cpp-0.4.9-patched/CMakeLists.txt 2021-09-25 21:16:59 +0000
+++ krpc-cpp-0.4.9/CMakeLists.txt 2021-05-25 09:25:39 +0000
@@ -90,7 +90,6 @@
endif()
install(TARGETS krpc
- RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)