static libraries also require boost.
This commit is contained in:
parent
495d579b28
commit
dcb921b8d2
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker))
|
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker))
|
||||||
|
|
||||||
|
$(eval $(call gb_StaticLibrary_use_unpacked,codemaker,boost))
|
||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_use_packages,codemaker,\
|
$(eval $(call gb_StaticLibrary_use_packages,codemaker,\
|
||||||
codemaker_inc \
|
codemaker_inc \
|
||||||
registry_inc \
|
registry_inc \
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
|
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
|
||||||
|
|
||||||
|
$(eval $(call gb_StaticLibrary_use_unpacked,codemaker_cpp,boost))
|
||||||
|
|
||||||
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
|
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
|
||||||
codemaker_inc \
|
codemaker_inc \
|
||||||
registry_inc \
|
registry_inc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user