diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0bdeb0bd..6ac95ad5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,6 +76,7 @@ foreach(PROG "asm" "fix" "gfx" "link") ${rgb${PROG}_src} ${common_src} ) + install(TARGETS rgb${PROG} DESTINATION bin) endforeach() if(CMAKE_VERSION VERSION_LESS 2.8.12)