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