[build][cmake] Fix windows tests and re-enable CI tests (#5674)

This commit is contained in:
Ryan Blue
2023-09-22 18:39:35 -04:00
committed by GitHub
parent 2b58bbde0b
commit e8d4a20331
9 changed files with 78 additions and 41 deletions

View File

@@ -35,6 +35,7 @@ endif()
add_executable(wpiguidev src/dev/native/cpp/main.cpp)
wpilib_link_macos_gui(wpiguidev)
wpilib_target_warnings(wpiguidev)
target_link_libraries(wpiguidev wpigui)
install(TARGETS wpigui EXPORT wpigui)