blob: ef5a8550b3e49fcd5e5429e9d49986276c205acf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set (PLIBSYS_THREAD_MODEL win)
set (PLIBSYS_IPC_MODEL win)
set (PLIBSYS_TIME_PROFILER_MODEL win)
set (PLIBSYS_DIR_MODEL win)
set (PLIBSYS_LIBRARYLOADER_MODEL win)
if (NOT PLIBSYS_SIZEOF_VOID_P)
set (PLIBSYS_SIZEOF_VOID_P 4)
endif()
set (PLIBSYS_PLATFORM_LINK_LIBRARIES ws2_32)
|