Skip to content

Commit 7da7696

Browse files
committed
Move memspace examples into two separate directories
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ebd6ac4 commit 7da7696

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ if(LINUX)
210210

211211
add_umf_executable(
212212
NAME ${EXAMPLE_NAME}
213-
SRCS memspace/memspace_numa.c
213+
SRCS memspace_numa/memspace_numa.c
214214
LIBS umf ${LIBHWLOC_LIBRARIES} numa)
215215

216216
target_include_directories(
@@ -233,7 +233,7 @@ if(LINUX)
233233

234234
add_umf_executable(
235235
NAME ${EXAMPLE_NAME}
236-
SRCS memspace/memspace_hmat.c
236+
SRCS memspace_hmat/memspace_hmat.c
237237
LIBS umf ${LIBHWLOC_LIBRARIES} numa)
238238

239239
target_include_directories(

0 commit comments

Comments
 (0)