ref: 69a8c628631d48b8b04d6fa3029248a2f8ece72b
parent: 5481af50931d2c0ddd80fe696e3060772393b5d3
author: ISSOtm <[email protected]>
date: Tue Jul 21 17:21:29 EDT 2020
Add install directives to CMakeLists Otherwise `make install` or `cmake --install` does not work
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -76,6 +76,7 @@
${rgb${PROG}_src}
${common_src}
)
+ install(TARGETS rgb${PROG} DESTINATION bin)
endforeach()
if(CMAKE_VERSION VERSION_LESS 2.8.12)