diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:30:18 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:30:18 -0700 |
| commit | 916966f13332870bb381d38662c5fd33bfb4d916 (patch) | |
| tree | cff7208a76929f8ee2009af39d98fc0265859763 | |
| parent | 6f578d03894d915133beb9b2155d1f9f71ee1b56 (diff) | |
Remove background.png from data files to install
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f952426..9c6c35c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ file(GLOB_RECURSE C_SRC_FILES CONFIGURE_DEPENDS "src/*.c") file(GLOB_RECURSE SLANG_SRC_FILES CONFIGURE_DEPENDS "shaders/*.slang") set(DATA_FILES - "${CMAKE_SOURCE_DIR}/data/images/background.png" "${CMAKE_SOURCE_DIR}/data/fonts/DejaVuSans.ttf" "${CMAKE_SOURCE_DIR}/data/music/theme.it" "${CMAKE_SOURCE_DIR}/data/models/teapot.obj" |