
Add #ifdef for including _libevent_time.h. Use the Windows version of function random(). This commit was SVN r22556.
19 строки
349 B
CMake
19 строки
349 B
CMake
# Copyright (c) 2007-2010 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
|
|
|
|
IF(WIN32)
|
|
SET(COMPAT_SYS_FILES
|
|
${COMPAT_SYS_FILES}
|
|
queue.h
|
|
_timeradd.h
|
|
)
|
|
ELSE(WIN32)
|
|
ENDIF(WIN32) |