Add install hint to CMakeLists

This commit is contained in:
ISSOtm
2020-07-21 23:41:56 +02:00
parent 874bd92604
commit f5b0c701a6

View File

@@ -76,7 +76,7 @@ foreach(PROG "asm" "fix" "gfx" "link")
${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)