Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
75263e37c646f784ba346c982ce0e176684812f3
/
.
/
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
()