Browse Source

Added missing common objects to the library.

tags/v0.2.15^2
Hank Anderson 10 years ago
parent
commit
7194424fef
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      driver/others/CMakeLists.txt

+ 6
- 1
driver/others/CMakeLists.txt View File

@@ -44,7 +44,9 @@ add_library(COMMON_OBJS OBJECT
#ifdef FUNCTION_PROFILE
#COMMONOBJS += profile.$(SUFFIX)
#endif
#

list(APPEND DBLAS_OBJS "COMMON_OBJS")

#LIBOTHERS = libothers.$(LIBSUFFIX)
#
#ifeq ($(USE_OPENMP), 1)
@@ -70,3 +72,6 @@ add_library(COMMON_OBJS OBJECT
#else
#HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) parameter.$(SUFFIX)
#endif

set(DBLAS_OBJS ${DBLAS_OBJS} PARENT_SCOPE) # list append removes the scope from DBLAS_OBJS


Loading…
Cancel
Save