1
1
openmpi/opal/event/WIN32-Code/CMakeLists.txt
Shiqing Fan 23bb52ad05 Remove a few files from the CMakeList, that no long exist in the new libevent.
Add #ifdef for including _libevent_time.h.
Use the Windows version of function random().

This commit was SVN r22556.
2010-02-04 15:18:54 +00:00

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)