diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-08 13:48:01 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-08 13:48:01 +0200 |
commit | 6b7a670d60fec808e4fd1fcf3a8df2c503dcbdf4 (patch) | |
tree | aeb947a0001088ae2caddca85062845a276ceffb /src/test/CMakeLists.txt | |
parent | c6cbde11c080c994577a7ebe4b966c25870dec1f (diff) | |
parent | 515aab5ab7e3281d2d77177724aae42cffc6faae (diff) |
Merge branch 'loek/cleanup' of github.com:lonkaars/crepe
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 +) + |