- fix silly mistake in installation

This commit is contained in:
Hexadec 2024-06-26 18:01:23 +03:00 committed by Rachael Alexanderson
parent 3f996f98df
commit 78f32f68f0

View file

@ -42,4 +42,4 @@ add_executable(acc
token.h
)
install(TARGETS acc DESTINATION bin)
install(TARGETS acc RUNTIME DESTINATION bin)