diff --git a/wpigui/CMakeLists.txt b/wpigui/CMakeLists.txt index ff624be4f9..b8cba9c7b6 100644 --- a/wpigui/CMakeLists.txt +++ b/wpigui/CMakeLists.txt @@ -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")