hello_shared_lib A simple shared library with one important function ... say_hi() building library git clone https://github.com/MasterpieceTechVideos/hello_shared_lib.git cd hello_shared_lib cmake -S . -B build cmake --build build using library