chore(build): remove mem dependency, use bc for allocation behavior now

This commit is contained in:
phaneron 2024-09-04 09:15:08 -04:00
parent 7adbe074cb
commit 1a8bf67452
6 changed files with 3 additions and 17 deletions

View file

@ -52,10 +52,9 @@ target_include_directories(storm
target_link_libraries(storm
PUBLIC
mem
bc
PRIVATE
system
bc
)
if(HAS_NO_INVALID_OFFSETOF)