shithub: rgbds

Download patch

ref: f5b0c701a674693ebc9f1f6bb9337682299ad494
parent: 874bd92604f4d33ff425af9f42e8e936f4269a01
author: ISSOtm <[email protected]>
date: Tue Jul 21 19:41:56 EDT 2020

Add install hint to CMakeLists

--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -76,7 +76,7 @@
                  ${rgb${PROG}_src}
                  ${common_src}
                  )
-  install(TARGETS rgb${PROG} DESTINATION bin)
+  install(TARGETS rgb${PROG} RUNTIME DESTINATION bin)
 endforeach()
 
 if(CMAKE_VERSION VERSION_LESS 2.8.12)