Skip to content
Snippets Groups Projects
Commit b78620e3 authored by Manfred Kröhnert's avatar Manfred Kröhnert
Browse files

add missing files to make this a valid ArmarX Package

parent ab72d728
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ depends_on_armarx_package(RobotAPI)
armarx_project("ArmarXGui")
add_subdirectory(etc)
add_subdirectory(source)
install_project()
......
ArmarXGui is distributed under GPLv2.0
installation instructions can be found in
etc/doc/doxygen/installation.dox
The HTML documentation can be generated if CMake and doxygen are
available on the system by running the following commands
mkdir build
cd build
cmake ..
make doc
add_subdirectory(interface)
add_subdirectory(ArmarXGui)
add_subdirectory(ArmarXGuiLib)
add_subdirectory(gui_plugins)
......
###
### CMakeLists.txt file for ArmarX Interfaces
###
set(ARMARXGUI_INTERFACE_DEPEND ArmarXCore)
set(SLICE_FILES
)
# generate the interface library
armarx_interfaces_generate_library(ArmarXGui 0.1.0 0 "${ARMARXGUI_INTERFACE_DEPEND}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment