Skip to content

Commit

Permalink
Added cmake build system. Almost working.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goppert committed Feb 21, 2011
1 parent 9567955 commit 5549175
Show file tree
Hide file tree
Showing 9 changed files with 748 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.swp
CMakeFiles
*Makefile*
tags
build
Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "MAVLink"]
path = MAVLink
url = git://github.com/pixhawk/mavlink.git
[submodule "thirdParty/mavlink"]
path = thirdParty/mavlink
url = https://github.com/pixhawk/mavlink.git
Loading

0 comments on commit 5549175

Please sign in to comment.