Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Sep 14, 2023
1 parent b28ed8a commit f4be3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ option(USE_OPEN_BLAS "Whether to use OpenBLAS (Defaults to compiling with Intel
option(USE_INTEL_MKL "Whether to use Intel MKL (Defaults to compiling with Intel MKL)" OFF)

# Build a shared libraray
set(HEADER_FILES imgUtils.h libmatrixdnn.h libmatrixmult.h systemds.h common.h)
set(SOURCE_FILES imgUtils.cpp libmatrixdnn.cpp libmatrixmult.cpp systemds_img.cpp systemds.h )
set(HEADER_FILES imgUtils.h libmatrixmult.h systemds.h common.h)
set(SOURCE_FILES imgUtils.cpp libmatrixmult.cpp systemds_img.cpp )

# Build a shared libraray
add_library(systemds SHARED ${SOURCE_FILES} ${HEADER_FILES})
Expand Down

0 comments on commit f4be3e3

Please sign in to comment.