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