Should source files be PRIVATE or PUBLIC in static and/or shared libraries with CMake? Assume visbility is set to hidden
I am using Windows (cl.exe version 19.37, Visual Studio 2022, CLion’s Ninja builder), but I think gcc in Linux should be similar when symbols are hidden.
Should source files be PRIVATE or PUBLIC in static and/or shared libraries with CMake? Assume visbility is set to hidden
I am using Windows (cl.exe version 19.37, Visual Studio 2022, CLion’s Ninja builder), but I think gcc in Linux should be similar when symbols are hidden.