Skip to content

Commit

Permalink
find frameworks correctly on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Mar 8, 2024
1 parent e7ffb71 commit 0615f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ if(SLANG_ENABLE_GFX)
core
imgui
$<$<BOOL:${SLANG_ENABLE_XLIB}>:X11::X11>
$<$<PLATFORM_ID:Darwin>:-framework Cocoa>
$<$<PLATFORM_ID:Darwin>:-framework QuartzCore>
"$<$<PLATFORM_ID:Darwin>:-framework Cocoa>"
"$<$<PLATFORM_ID:Darwin>:-framework QuartzCore>"
${CMAKE_DL_LIBS}
EXTRA_COMPILE_DEFINITIONS_PRIVATE
$<$<BOOL:${SLANG_ENABLE_XLIB}>:SLANG_ENABLE_XLIB>
Expand Down

0 comments on commit 0615f5d

Please sign in to comment.