diff options
| author | 2019-07-25 10:09:08 +0200 | |
|---|---|---|
| committer | 2019-07-25 10:09:08 +0200 | |
| commit | d64ad7bb3e8fd632217ba0e8aae0586d8ed72ac6 (patch) | |
| tree | 20ddd1701f5f9b8010bcba009a6fc679c980d8ed /tests | |
| parent | cac0fec3b1833ef5bf7240d8ef9ef945047b19b6 (diff) | |
| download | OneRoll-d64ad7bb3e8fd632217ba0e8aae0586d8ed72ac6.tar.gz OneRoll-d64ad7bb3e8fd632217ba0e8aae0586d8ed72ac6.zip | |
add cmakefile for tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..6fb276b --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,2 @@ +#add_subdirectory(fuzzer) +add_subdirectory(dice) |