Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 1 | macro(wpilib_link_macos_gui target) |
Maxwell Henderson | 80bec32 | 2024-01-09 15:48:44 -0800 | [diff] [blame^] | 2 | if(APPLE) |
3 | set_target_properties( | ||||
4 | ${target} | ||||
5 | PROPERTIES LINK_FLAGS "-framework Metal -framework QuartzCore" | ||||
6 | ) | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 7 | endif() |
8 | endmacro() |