diff options
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index ae84408bc..1e158f375 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | add_executable(tests | 4 | add_executable(tests |
| 5 | common/bit_field.cpp | 5 | common/bit_field.cpp |
| 6 | common/cityhash.cpp | 6 | common/cityhash.cpp |
| 7 | common/container_hash.cpp | ||
| 7 | common/fibers.cpp | 8 | common/fibers.cpp |
| 8 | common/host_memory.cpp | 9 | common/host_memory.cpp |
| 9 | common/param_package.cpp | 10 | common/param_package.cpp |
| @@ -14,7 +15,7 @@ add_executable(tests | |||
| 14 | core/core_timing.cpp | 15 | core/core_timing.cpp |
| 15 | core/internal_network/network.cpp | 16 | core/internal_network/network.cpp |
| 16 | precompiled_headers.h | 17 | precompiled_headers.h |
| 17 | video_core/buffer_base.cpp | 18 | video_core/memory_tracker.cpp |
| 18 | input_common/calibration_configuration_job.cpp | 19 | input_common/calibration_configuration_job.cpp |
| 19 | ) | 20 | ) |
| 20 | 21 | ||