diff --git a/CMakeLists.txt b/CMakeLists.txt index bba3c87..d4cb817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,4 +42,4 @@ add_executable(acc token.h ) -install(TARGETS acc DESTINATION bin) +install(TARGETS acc RUNTIME DESTINATION bin)