blob: 6bfe5403fd908979a181264ae78ff8835fa10f28 [file] [log] [blame]
Austin Schuh1e69f942020-11-14 15:06:14 -08001macro(wpilib_link_macos_gui target)
Maxwell Henderson80bec322024-01-09 15:48:44 -08002 if(APPLE)
3 set_target_properties(
4 ${target}
5 PROPERTIES LINK_FLAGS "-framework Metal -framework QuartzCore"
6 )
Austin Schuh1e69f942020-11-14 15:06:14 -08007 endif()
8endmacro()