chore(build): link bc privately to storm

This commit is contained in:
phaneron 2023-08-14 16:40:45 -04:00
parent d5a1db838b
commit 7239d8631d
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
add_subdirectory(system)
add_subdirectory(mem)
add_subdirectory(bc)

View file

@ -53,6 +53,7 @@ target_link_libraries(storm
mem
PRIVATE
system
bc
)
if(HAS_NO_INVALID_OFFSETOF)