summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 15:32:30 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 15:32:30 +0300
commit1d1229b48ce48688cca5fe926b4875b0c138bc5c (patch)
tree4a2e38ae42b127eb3eb4fba1a07f179496e0c2d2 /CMakeLists.txt
parenta288eb43ed772f7aff5500ca5fc9ba545ab341c4 (diff)
Default build type selection
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e90d1175..38f606f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,7 @@ set (COPYRIGHT_YEAR 2020)
11option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) 11option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON)
12option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) 12option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF)
13 13
14include (BuildType.cmake)
14include (Embed.cmake) 15include (Embed.cmake)
15if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation) 16if (EXISTS ${CMAKE_SOURCE_DIR}/lib/the_Foundation)
16 set (TFDN_STATIC_LIBRARY ON CACHE BOOL "Shared library not needed") 17 set (TFDN_STATIC_LIBRARY ON CACHE BOOL "Shared library not needed")