/indra/cmake/PluginAPI.cmake

https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 16 lines · 12 code · 3 blank · 1 comment · 2 complexity · 0cbc689a7ecef8ab2e71850ab23a29c0 MD5 · raw file

  1. # -*- cmake -*-
  2. if (WINDOWS)
  3. set(PLUGIN_API_WINDOWS_LIBRARIES
  4. wsock32
  5. ws2_32
  6. psapi
  7. netapi32
  8. advapi32
  9. user32
  10. )
  11. else (WINDOWS)
  12. set(PLUGIN_API_WINDOWS_LIBRARIES "")
  13. endif (WINDOWS)