diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:16:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-05 14:16:57 +0200 |
commit | f4bb6d57cc88a7e25b3a5f43faafa49a7f500b7c (patch) | |
tree | be9be8157c10599f572d20113795dc14c620a292 /src/test/CMakeLists.txt | |
parent | 65eda52aa51017f6f7aad158c4f8b6e91054cf0d (diff) |
restructure unit tests and dummies
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt new file mode 100644 index 0000000..0d316d6 --- /dev/null +++ b/src/test/CMakeLists.txt @@ -0,0 +1,5 @@ +target_sources(test_main PUBLIC + dummy.cpp + # audio.cpp +) + |