diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a54a9eb..1e323d47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -212,6 +212,9 @@ if (APPLE) | |||
212 | MACOSX_BUNDLE_COPYRIGHT "© ${COPYRIGHT_YEAR} Jaakko Keränen" | 212 | MACOSX_BUNDLE_COPYRIGHT "© ${COPYRIGHT_YEAR} Jaakko Keränen" |
213 | ) | 213 | ) |
214 | endif () | 214 | endif () |
215 | if (MSYS) | ||
216 | target_link_libraries (app PUBLIC d2d1 uuid) # querying DPI | ||
217 | endif () | ||
215 | if (UNIX) | 218 | if (UNIX) |
216 | target_link_libraries (app PUBLIC m) | 219 | target_link_libraries (app PUBLIC m) |
217 | endif () | 220 | endif () |