From 86c6612e39f2138ff77a62c33c4e6ca69b367e3f Mon Sep 17 00:00:00 2001 From: Hexadec <164735227+Hex4dec@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:01:23 +0300 Subject: [PATCH] - fix silly mistake in installation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)