From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/CMakeLists.txt (limited to 'data/CMakeLists.txt') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 0000000..5ce31e3 --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1,3 @@ +include(AddDatafile) +add_datafile(content) +add_datafile(shatter) -- cgit v1.1