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 Jun 26, 2024
1 parent b117b26 commit 86c6612
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 86c6612

Please # to comment.