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:
Peter_Mitrano
2015-11-29 21:12:12 -05:00
parent 9316933454
commit 0d062fba3a
7 changed files with 108 additions and 75 deletions

View File

@@ -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})