Added missing common objects to the library.
This commit is contained in:
parent
d11bde60d0
commit
7194424fef
|
@ -44,7 +44,9 @@ add_library(COMMON_OBJS OBJECT
|
||||||
#ifdef FUNCTION_PROFILE
|
#ifdef FUNCTION_PROFILE
|
||||||
#COMMONOBJS += profile.$(SUFFIX)
|
#COMMONOBJS += profile.$(SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
#
|
|
||||||
|
list(APPEND DBLAS_OBJS "COMMON_OBJS")
|
||||||
|
|
||||||
#LIBOTHERS = libothers.$(LIBSUFFIX)
|
#LIBOTHERS = libothers.$(LIBSUFFIX)
|
||||||
#
|
#
|
||||||
#ifeq ($(USE_OPENMP), 1)
|
#ifeq ($(USE_OPENMP), 1)
|
||||||
|
@ -70,3 +72,6 @@ add_library(COMMON_OBJS OBJECT
|
||||||
#else
|
#else
|
||||||
#HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) parameter.$(SUFFIX)
|
#HPLOBJS = memory.$(SUFFIX) xerbla.$(SUFFIX) parameter.$(SUFFIX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
set(DBLAS_OBJS ${DBLAS_OBJS} PARENT_SCOPE) # list append removes the scope from DBLAS_OBJS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue