diff options
Diffstat (limited to 'test/memory/CMakeLists.txt')
| -rw-r--r-- | test/memory/CMakeLists.txt | 6 |
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}) |
