Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1e69f94f38ed7f49e02ec69438ce4325cd172c0d
/
.
/
cmake
/
modules
/
LinkMacOSGUI.cmake
blob: f76554eee8f7bec3cb358c18171e8fadc38379ba [
file
] [
log
] [
blame
]
macro
(
wpilib_link_macos_gui target
)
if
(
APPLE
)
set_target_properties
(
$
{
target
}
PROPERTIES LINK_FLAGS
"-framework Metal -framework QuartzCore"
)
endif
()
endmacro
()