Refactor just a little

This commit is contained in:
2026-06-28 07:43:05 -04:00
parent 866b049566
commit 6fef2493ac
14 changed files with 595 additions and 444 deletions

View File

@@ -29,3 +29,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
structopt
spdlog
)
# Structopt includes an outdated version of magic_enum that breaks some default defines
# This is needed to bypass it. Im not happy about it, but it is what it is
target_link_options(build_script PRIVATE -Wl,--allow-multiple-definition)