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