/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
- # -*- cmake -*-
- if (WINDOWS)
- set(PLUGIN_API_WINDOWS_LIBRARIES
- wsock32
- ws2_32
- psapi
- netapi32
- advapi32
- user32
- )
- else (WINDOWS)
- set(PLUGIN_API_WINDOWS_LIBRARIES "")
- endif (WINDOWS)