From 7199a3515cb6b23a71a18b8016a65761581bd16c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 21 Oct 2020 18:55:23 +0300 Subject: Cleanup --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a52a6a3..e7dd0e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,11 +26,11 @@ project (Lagrange set (COPYRIGHT_YEAR 2020) # Build configuration. -option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON) -option (ENABLE_X11_SWRENDER "Use software rendering under X11" OFF) -option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) -option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) -option (ENABLE_WINDOWPOS_FIX "Set position after showing window (workaround for SDL bug)" OFF) +option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON) +option (ENABLE_X11_SWRENDER "Use software rendering under X11" OFF) +option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) +option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) +option (ENABLE_WINDOWPOS_FIX "Set position after showing window (workaround for SDL bug)" OFF) include (BuildType.cmake) include (Embed.cmake) -- cgit v1.2.3