Shared libs have different suffixes on different OSes. For example on Linux the suffix is `.so' and on Mac OS X it's `.dylib'. I want to use `dlopen()' in my code so I want to get the suffix and then define it in a header file. Can I do that in CMake? And how?
<br><br>Thanks.<br>