diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df3ec24f..573bf09b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -26,9 +26,9 @@ set (EMBED_RESOURCES | |||
26 | res/NotoEmoji-Regular.ttf | 26 | res/NotoEmoji-Regular.ttf |
27 | res/Symbola.ttf | 27 | res/Symbola.ttf |
28 | ) | 28 | ) |
29 | # if (UNIX AND NOT APPLE) | 29 | if (UNIX AND NOT APPLE) |
30 | # list (APPEND EMBED_RESOURCES res/appicon-64.png) | 30 | list (APPEND EMBED_RESOURCES res/lagrange-64.png) |
31 | # endif () | 31 | endif () |
32 | embed_make (${EMBED_RESOURCES}) | 32 | embed_make (${EMBED_RESOURCES}) |
33 | 33 | ||
34 | set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.bin) | 34 | set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.bin) |