'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 30s

This commit is contained in:
Your Name
2025-06-03 22:57:56 +12:00
parent a700e46216
commit efefdd8b70
2 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE
nlohmann_json::nlohmann_json
)
# Set static linking flags
set_target_properties(${PROJECT_EXE_NAME} PROPERTIES
LINK_FLAGS "-static"