summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/memory/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/memory/CMakeLists.txt b/test/memory/CMakeLists.txt
index ede5be4..8572dc2 100644
--- a/test/memory/CMakeLists.txt
+++ b/test/memory/CMakeLists.txt
@@ -1,9 +1,9 @@
set(BINARY pke_test_memory)
set(TEST_SOURCE_FILES
- main.cpp
- general.cpp
- ../../src/memory.cpp
+ main.cpp
+ general.cpp
+ ../../src/memory.cpp
)
add_executable(${BINARY} ${TEST_SOURCE_FILES})