mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
fix(build): add dependency on bc
This commit is contained in:
parent
f3c055e8a2
commit
91fc2199b0
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -7,3 +7,6 @@
|
|||
[submodule "lib/system"]
|
||||
path = lib/system
|
||||
url = https://github.com/thunderbrewhq/system.git
|
||||
[submodule "lib/bc"]
|
||||
path = lib/bc
|
||||
url = https://github.com/thunderbrewhq/bc.git
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ target_include_directories(common
|
|||
target_link_libraries(common
|
||||
PUBLIC
|
||||
expat-2.0
|
||||
bc
|
||||
storm
|
||||
tempest
|
||||
)
|
||||
|
|
|
|||
1
lib/bc
Submodule
1
lib/bc
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 29504272e5d3e4c722c276d751a2919d7c21b662
|
||||
Loading…
Add table
Add a link
Reference in a new issue