Skip to content

Commit

Permalink
- fix silly mistake in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hex4dec authored and madame-rachelle committed Sep 14, 2024
1 parent 3f996f9 commit 78f32f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ add_executable(acc
token.h
)

install(TARGETS acc DESTINATION bin)
install(TARGETS acc RUNTIME DESTINATION bin)

0 comments on commit 78f32f6

Please sign in to comment.