Don't hide simple syntax like that behind macros. It hides the structure of the code from both humans and tools.
Library::Option1 is simple, correct, and unambiguous.
Any decent IDE will automatically prepend Library:: if you enable autocomplete, and any C++ programmer should be familiar with that syntax. IMO, you're not doing your users a favor by introducing nonstandard macros.