static libraries also require boost.

This commit is contained in:
Michael Meeks 2012-11-13 11:47:42 +00:00
parent 495d579b28
commit dcb921b8d2
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker))
$(eval $(call gb_StaticLibrary_use_unpacked,codemaker,boost))
$(eval $(call gb_StaticLibrary_use_packages,codemaker,\
codemaker_inc \
registry_inc \

View File

@ -27,6 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
$(eval $(call gb_StaticLibrary_use_unpacked,codemaker_cpp,boost))
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
codemaker_inc \
registry_inc \