Added Corectl.

Copied from: https://github.com/farmboy0/portage-overlay
This commit is contained in:
2022-09-12 22:01:30 +08:00
parent 420194506c
commit ef9496d526
21 changed files with 622 additions and 0 deletions
@@ -0,0 +1,12 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index edb8d4c..7a60a29 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -372,6 +372,6 @@ target_link_libraries(corectrl PRIVATE
install(TARGETS corectrl corectrl_lib
RUNTIME DESTINATION bin
- LIBRARY DESTINATION lib)
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
add_subdirectory(helper)