diff options
Diffstat (limited to 'host/tests/CMakeLists.txt')
-rw-r--r-- | host/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/CMakeLists.txt b/host/tests/CMakeLists.txt index d3c0b8e6a..8e58dd591 100644 --- a/host/tests/CMakeLists.txt +++ b/host/tests/CMakeLists.txt @@ -248,3 +248,4 @@ if(MSVC OR APPLE OR LINUX) endif() add_subdirectory(devtest) +add_subdirectory(streaming_performance) |