Mercurial > minori
comparison dep/animia/CMakeLists.txt @ 191:0fc126d52de4
animia: multiple stylistic choices
win.class_name is now used to store bundle IDs on OS X,
add some little explanations here and there for dumb stuff
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 07 Dec 2023 01:48:04 -0500 |
parents | 649786bae914 |
children | 0ad2507c3e60 |
comparison
equal
deleted
inserted
replaced
190:2d5823df870f | 191:0fc126d52de4 |
---|---|
30 # check anyway. | 30 # check anyway. |
31 if (HAVE_COREFOUNDATION) | 31 if (HAVE_COREFOUNDATION) |
32 list(APPEND DEFINES HAVE_COREFOUNDATION) | 32 list(APPEND DEFINES HAVE_COREFOUNDATION) |
33 list(APPEND SRC_FILES src/win/quartz.cc) | 33 list(APPEND SRC_FILES src/win/quartz.cc) |
34 | 34 |
35 find_library(FOUNDATION_LIBRARY Foundation) | 35 find_library(FOUNDATION_LIBRARY Foundation) |
36 find_library(COREGRAPHICS_LIBRARY CoreGraphics) | 36 find_library(COREGRAPHICS_LIBRARY CoreGraphics) |
37 find_library(APPKIT_LIBRARY AppKit) | 37 find_library(APPKIT_LIBRARY AppKit) |
38 list(APPEND LIBRARIES ${FOUNDATION_LIBRARY} ${COREGRAPHICS_LIBRARY} ${APPKIT_LIBRARY}) | 38 list(APPEND LIBRARIES ${FOUNDATION_LIBRARY} ${COREGRAPHICS_LIBRARY} ${APPKIT_LIBRARY}) |
39 else() | 39 else() |
40 message(STATUS "You don't have Core Foundation. How? What kind of voodoo magic did you do to cause this?") | 40 message(STATUS "You don't have Core Foundation. How? What kind of voodoo magic did you do to cause this?") |