Kaydet (Commit) 2fdce9d0 authored tarafından David Tardon's avatar David Tardon

add missing deps

Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3
üst 09f27e51
......@@ -9,6 +9,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,boostdatetime))
$(eval $(call gb_StaticLibrary_use_unpacked,boostdatetime,boost))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostdatetime))
# disable "auto link" "feature" on MSVC
......
......@@ -9,6 +9,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,boostsystem))
$(eval $(call gb_StaticLibrary_use_unpacked,boostsystem,boost))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostsystem))
# disable "auto link" "feature" on MSVC
......
......@@ -9,6 +9,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,boostthread))
$(eval $(call gb_StaticLibrary_use_unpacked,boostthread,boost))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostthread))
$(eval $(call gb_StaticLibrary_add_defs,boostthread,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment