Skip to content

Commit 2d0f00d

Browse files
committed
project: fix dirs tree
1 parent b44b91f commit 2d0f00d

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(DistributedMalloc)
88
find_package(MPI REQUIRED)
99

1010
# Vars with files for compilation
11-
set(SRCS src/main.c src/utils.c src/cli.c)
11+
set(SRCS src/main/main.c src/utils/utils.c src/cli/cli.c)
1212
include_directories("include/")
1313
include_directories(SYSTEM ${MPI_INCLUDE_PATH})
1414

include/cli.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <stdlib.h>
88
#include <err.h>
99

10-
#include "../include/utils.h"
10+
#include "utils.h"
1111

1212
void start_cli();
1313

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)