[build] cmake: Use default install location on windows for dlls (#5580)

This commit is contained in:
autoantwort
2023-09-18 01:17:32 +02:00
committed by GitHub
parent 25b0622d4c
commit cb99517838
18 changed files with 25 additions and 70 deletions

View File

@@ -37,7 +37,7 @@ add_executable(wpiguidev src/dev/native/cpp/main.cpp)
wpilib_link_macos_gui(wpiguidev)
target_link_libraries(wpiguidev wpigui)
install(TARGETS wpigui EXPORT wpigui DESTINATION "${main_lib_dest}")
install(TARGETS wpigui EXPORT wpigui)
install(DIRECTORY src/main/native/include/ DESTINATION "${include_dest}/wpigui")
#if (WITH_FLAT_INSTALL)