From c74052c766df01eafc3cb5f98c46d779bee8b0e9 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 18 Apr 2024 11:16:47 +0200 Subject: CMake: Use cmake-format to make the files more pleasant to read More consistent formatting and no longer everything in uppercase, yay! --- data/CMakeLists.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'data/CMakeLists.txt') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 198787dc..2ec887cc 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,9 +1,2 @@ -INSTALL(DIRECTORY - fonts - graphics - help - icons - music - sfx - DESTINATION ${CMAKE_INSTALL_DATADIR}/data -) +install(DIRECTORY fonts graphics help icons music sfx + DESTINATION ${CMAKE_INSTALL_DATADIR}/data) -- cgit v1.2.3-70-g09d2