blob: f76554eee8f7bec3cb358c18171e8fadc38379ba [file] [log] [blame]
Austin Schuh1e69f942020-11-14 15:06:14 -08001macro(wpilib_link_macos_gui target)
2 if (APPLE)
3 set_target_properties(${target} PROPERTIES LINK_FLAGS "-framework Metal -framework QuartzCore")
4 endif()
5endmacro()