diff options
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/CMakeLists.txt | 5 |
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 + ) |
