Mercurial > minori
diff 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 |
line wrap: on
line diff
--- a/dep/animia/CMakeLists.txt Wed Dec 06 21:26:13 2023 -0500 +++ b/dep/animia/CMakeLists.txt Thu Dec 07 01:48:04 2023 -0500 @@ -32,7 +32,7 @@ list(APPEND DEFINES HAVE_COREFOUNDATION) list(APPEND SRC_FILES src/win/quartz.cc) - find_library(FOUNDATION_LIBRARY Foundation) + find_library(FOUNDATION_LIBRARY Foundation) find_library(COREGRAPHICS_LIBRARY CoreGraphics) find_library(APPKIT_LIBRARY AppKit) list(APPEND LIBRARIES ${FOUNDATION_LIBRARY} ${COREGRAPHICS_LIBRARY} ${APPKIT_LIBRARY})