You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install a shared library, it puts the dll into bin directory, and the lib into lib directory, fine.
If I specify install_dir, then both dll and lib are put in the same destination. Is is possible to have a different install_dir for the dll and the lib file? For instance, to get something like subdir/bin/mylib.dll and subdir/lib/mylib.lib?
If I specify install_tag, it applies only to the dll. To install the lib as well, I must specify devel in the tag list to install it. Is it possible to have the tag applied to both files, or to specifiy a different tag for the lib file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I install a shared library, it puts the dll into
bin
directory, and the lib intolib
directory, fine.If I specify
install_dir
, then both dll and lib are put in the same destination. Is is possible to have a different install_dir for the dll and the lib file? For instance, to get something likesubdir/bin/mylib.dll
andsubdir/lib/mylib.lib
?If I specify
install_tag
, it applies only to the dll. To install the lib as well, I must specifydevel
in the tag list to install it. Is it possible to have the tag applied to both files, or to specifiy a different tag for the lib file?Beta Was this translation helpful? Give feedback.
All reactions