mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpigui] Build dev executable in cmake build
This commit is contained in:
@@ -31,6 +31,9 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_executable(wpiguidev src/dev/native/cpp/main.cpp)
|
||||
target_link_libraries(wpiguidev wpigui)
|
||||
|
||||
install(TARGETS wpigui EXPORT wpigui DESTINATION "${main_lib_dest}")
|
||||
install(DIRECTORY src/main/native/include/ DESTINATION "${include_dest}/wpigui")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user