1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: sort list of source files alphabetically

This commit is contained in:
Steffen Vogel 2019-03-26 07:13:02 +01:00
parent a7fe4dca87
commit 05f0ba7ad5

View file

@ -40,28 +40,28 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
endif()
set(LIB_SRC
super_node.cpp
config_helper.cpp
config.cpp
mapping.c
memory.c
memory/heap.c
memory/hugepage.c
memory/managed.c
sample.c
path.c
path_source.c
path_destination.c
node.c
node_type.c
node_direction.c
memory.c
node_type.c
node.c
path_destination.c
path_source.c
path.c
plugin.c
stats.c
mapping.c
pool.c
queue_signalled.c
queue.c
sample.c
shmem.c
signal.c
pool.c
queue.c
queue_signalled.c
stats.c
super_node.cpp
)
if(IBVERBS_FOUND AND RDMACM_FOUND)