diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-21 18:55:23 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-21 18:55:29 +0300 |
commit | 7199a3515cb6b23a71a18b8016a65761581bd16c (patch) | |
tree | c7a7950dbc913a0d0798d87732f2a0b991d12689 /CMakeLists.txt | |
parent | 6b7dd0e0d450309790deeaf765706d30168a26a6 (diff) |
Cleanup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a52a6a3..e7dd0e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -26,11 +26,11 @@ project (Lagrange | |||
26 | set (COPYRIGHT_YEAR 2020) | 26 | set (COPYRIGHT_YEAR 2020) |
27 | 27 | ||
28 | # Build configuration. | 28 | # Build configuration. |
29 | option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON) | 29 | option (ENABLE_MPG123 "Use mpg123 for decoding MPEG audio" ON) |
30 | option (ENABLE_X11_SWRENDER "Use software rendering under X11" OFF) | 30 | option (ENABLE_X11_SWRENDER "Use software rendering under X11" OFF) |
31 | option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) | 31 | option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) |
32 | option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) | 32 | option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) |
33 | option (ENABLE_WINDOWPOS_FIX "Set position after showing window (workaround for SDL bug)" OFF) | 33 | option (ENABLE_WINDOWPOS_FIX "Set position after showing window (workaround for SDL bug)" OFF) |
34 | 34 | ||
35 | include (BuildType.cmake) | 35 | include (BuildType.cmake) |
36 | include (Embed.cmake) | 36 | include (Embed.cmake) |