Added Corectl.
Copied from: https://github.com/farmboy0/portage-overlay
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user