1
1
openmpi/opal/event/compat/sys/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 строки
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)