mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Add Cmake wrappers and unzip desktop ntcore builds
the task allcsim will build everything requires ntcore desktop to be built also fixed Driverstation to match non-sim C++ API Conflicts: wpilibc/simulation/CMakeLists.txt Change-Id: Id38141a5b48ed7fe064c7e6c8d2f618481b7e298
This commit is contained in:
@@ -33,3 +33,6 @@ foreach(PLUGIN ${PLUGINS})
|
||||
install(TARGETS ${PLUGIN} DESTINATION $ENV{HOME}/wpilib/simulation/plugins)
|
||||
|
||||
endforeach()
|
||||
|
||||
# create a dummy target the depends on all the plugins
|
||||
add_custom_target(${PROJECT_NAME} DEPENDS ${PLUGINS})
|
||||
|
||||
Reference in New Issue
Block a user