Add install directives to CMakeLists

Otherwise `make install` or `cmake --install` does not work
This commit is contained in:
ISSOtm
2020-07-21 21:21:29 +02:00
parent 5481af5093
commit 69a8c62863

View File

@@ -76,6 +76,7 @@ foreach(PROG "asm" "fix" "gfx" "link")
${rgb${PROG}_src} ${rgb${PROG}_src}
${common_src} ${common_src}
) )
install(TARGETS rgb${PROG} DESTINATION bin)
endforeach() endforeach()
if(CMAKE_VERSION VERSION_LESS 2.8.12) if(CMAKE_VERSION VERSION_LESS 2.8.12)