summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/CMakeLists.txt b/src/resources/CMakeLists.txt
new file mode 100644
index 0000000..7fe5cac
--- /dev/null
+++ b/src/resources/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_library(daw_resources
+ fonts.c
+ scripts.c
+ textures.c
+ )