23bb52ad05
Add #ifdef for including _libevent_time.h. Use the Windows version of function random(). This commit was SVN r22556.
19 строки
357 B
CMake
19 строки
357 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 (EVENT_WIN32_FILES
|
|
${EVENT_WIN32_FILES}
|
|
config.h
|
|
tree.h
|
|
win32.c
|
|
)
|
|
ELSE(WIN32)
|
|
ENDIF(WIN32) |