Added component-based patch system and applied it to interrupt packets

This commit is contained in:
dannuic
2026-04-22 00:27:47 -06:00
parent 0ada77f340
commit ee4c6099eb
26 changed files with 886 additions and 174 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ if(UNIX)
endif()
endif()
find_package(Boost REQUIRED COMPONENTS dynamic_bitset foreach tuple)
find_package(Boost REQUIRED COMPONENTS dynamic_bitset foreach tuple CONFIG REQUIRED)
find_package(cereal CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(glm CONFIG REQUIRED)