Skip to content

Commit

Permalink
new top-level CMakeFile, new package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wirth committed Apr 26, 2013
1 parent 0b80734 commit 8a2b1c8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 2.8)

set(KARTO_LIB_TYPE SHARED)
add_subdirectory(source)

install(FILES package.xml DESTINATION share/OpenKarto)
16 changes: 16 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package>
<name>OpenKarto</name>
<version>1.0.0</version>
<description>Release-package for OpenKarto</description>

<maintainer email="[email protected]">Stephan Wirth</maintainer>
<license>LGPLv3</license>

<run_depend>catkin</run_depend>
<buildtool_depend>cmake</buildtool_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 8a2b1c8

Please sign in to comment.