diff options
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8faeeb73..46ddd44a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -77,9 +77,9 @@ set (EMBED_RESOURCES | |||
77 | res/fonts/SourceSansPro-Regular.ttf | 77 | res/fonts/SourceSansPro-Regular.ttf |
78 | res/fonts/Symbola.ttf | 78 | res/fonts/Symbola.ttf |
79 | ) | 79 | ) |
80 | if (UNIX AND NOT APPLE) | 80 | if (UNIX AND NOT APPLE) |
81 | list (APPEND EMBED_RESOURCES res/lagrange-64.png) | 81 | list (APPEND EMBED_RESOURCES res/lagrange-64.png) |
82 | endif () | 82 | endif () |
83 | embed_make (${EMBED_RESOURCES}) | 83 | embed_make (${EMBED_RESOURCES}) |
84 | 84 | ||
85 | set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.binary) | 85 | set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.binary) |