:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-28 17:26:38 +12:00
parent 36ee2f3cec
commit b258ae1051
4 changed files with 28 additions and 14 deletions

View File

@ -102,8 +102,3 @@ set_target_properties(${PROJECT_EXE_NAME} PROPERTIES
LINK_FLAGS "-static"
)
# Install targets
install(TARGETS ${PROJECT_EXE_NAME}
RUNTIME DESTINATION $ENV{HOME}/.local/bin
)