diff options
Diffstat (limited to 'data/graphics/sprites/CMakeLists.txt')
-rw-r--r-- | data/graphics/sprites/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt index 1d98772d..db0c4087 100644 --- a/data/graphics/sprites/CMakeLists.txt +++ b/data/graphics/sprites/CMakeLists.txt @@ -3,4 +3,4 @@ SET(FILES error.xml ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprits) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) |