prorab icon indicating copy to clipboard operation
prorab copied to clipboard

add this_deps

Open igagis opened this issue 1 year ago • 0 comments

this_name := mylib
...
$(eval $(proab-build-lib))

then

this_name := myapp

this_deps += mylib

...

should append stuff to this_ldlibs, this_cxxflags, this_cflags and add dependency of binary on the mylib

igagis avatar Nov 17 '24 15:11 igagis