Add a missed .windows file for timer component, which should be built always statically.
This commit was SVN r20987.
Этот коммит содержится в:
родитель
697f1837f4
Коммит
0ea6d48320
@ -107,17 +107,6 @@ INCLUDE (check_mca_subdirs)
|
||||
SET (OPAL_SOURCE_FILES ${OPAL_SOURCE_FILES} ${MCA_FILES})
|
||||
|
||||
|
||||
# This has to be added for opal explicitly, as it's required for
|
||||
# shared build and the .windows file is removed (so that for static build).
|
||||
FILE(GLOB_RECURSE OPAL_TIMER_WINDOWS
|
||||
"mca/timer/windows/*.h" "mca/timer/windows/*.c" "mca/timer/windows/*.cc" "mca/timer/windows/*.cpp")
|
||||
SOURCE_GROUP(mca\\timer\\windows FILES ${OPAL_TIMER_WINDOWS})
|
||||
SET (OPAL_SOURCE_FILES
|
||||
${OPAL_SOURCE_FILES}
|
||||
${OPAL_TIMER_WINDOWS}
|
||||
)
|
||||
|
||||
|
||||
ADD_LIBRARY (libopen-pal ${OPAL_SOURCE_FILES})
|
||||
|
||||
# Set compile flags for this target
|
||||
|
11
opal/mca/timer/windows/.windows
Исполняемый файл
11
opal/mca/timer/windows/.windows
Исполняемый файл
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Copyright (c) 2009 High Performance Computing Center Stuttgart,
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
not_single_shared_lib=1
|
Загрузка…
x
Ссылка в новой задаче
Block a user