mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): link bc privately to storm
This commit is contained in:
parent
d5a1db838b
commit
7239d8631d
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
add_subdirectory(system)
|
add_subdirectory(system)
|
||||||
add_subdirectory(mem)
|
add_subdirectory(mem)
|
||||||
|
add_subdirectory(bc)
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@ target_link_libraries(storm
|
||||||
mem
|
mem
|
||||||
PRIVATE
|
PRIVATE
|
||||||
system
|
system
|
||||||
|
bc
|
||||||
)
|
)
|
||||||
|
|
||||||
if(HAS_NO_INVALID_OFFSETOF)
|
if(HAS_NO_INVALID_OFFSETOF)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue