summaryrefslogtreecommitdiff
path: root/Embed.cmake
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-08 16:40:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-08 16:40:31 +0300
commit7b98d7af353c31706d5d6b20ff7d65272f8b7445 (patch)
treebe91f93d0ef1c38775f4f4e753177d585387fd96 /Embed.cmake
parentfa75afdf7d9b9036dcaa373e01250cb68176488b (diff)
Disable executable-embedded resources by default
Diffstat (limited to 'Embed.cmake')
-rw-r--r--Embed.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Embed.cmake b/Embed.cmake
index def3192f..ce2c5ff8 100644
--- a/Embed.cmake
+++ b/Embed.cmake
@@ -2,7 +2,7 @@
2# Copyright: 2020 Jaakko Keränen <jaakko.keranen@iki.fi> 2# Copyright: 2020 Jaakko Keränen <jaakko.keranen@iki.fi>
3# License: BSD 2-Clause 3# License: BSD 2-Clause
4 4
5option (EMBED_IN_EXECUTABLE "Embed resources inside the executable" ON) 5option (EMBED_IN_EXECUTABLE "Embed resources inside the executable" OFF)
6# Note: If disabled, the Unix "cat" tool is required for concatenating 6# Note: If disabled, the Unix "cat" tool is required for concatenating
7# the resources into a single "resources.bin" file. 7# the resources into a single "resources.bin" file.
8 8