summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-29 08:26:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-29 08:26:22 +0300
commitf90104259c4929c86c1af630c4eff62580c3028b (patch)
tree1388a03592107b2bb59d90cc3caccfe7ea5b8305 /CMakeLists.txt
parent3c63fd4aad97b87ab1f854e5304bbeee5fd76b7d (diff)
Moved macOS sources to parent dir
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03d253ea..a5b41da3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ set (SOURCES
95) 95)
96if (IOS) 96if (IOS)
97elseif (APPLE) 97elseif (APPLE)
98 list (APPEND SOURCES src/ui/macos.m src/ui/macos.h) 98 list (APPEND SOURCES src/macos.m src/macos.h)
99 list (APPEND RESOURCES "res/Lagrange.icns") 99 list (APPEND RESOURCES "res/Lagrange.icns")
100endif () 100endif ()
101if (MSYS) 101if (MSYS)