forked from OctoMap/octomap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved test_* programs to octomap/testing
- Loading branch information
Kai Wurm
committed
Aug 8, 2011
1 parent
01afcff
commit e85f024
Showing
6 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
ADD_EXECUTABLE(test_raycasting test_raycasting.cpp) | ||
TARGET_LINK_LIBRARIES(test_raycasting octomap) | ||
|
||
ADD_EXECUTABLE(test_iterators test_iterators.cpp) | ||
TARGET_LINK_LIBRARIES(test_iterators octomap) | ||
|
||
ADD_EXECUTABLE(test_scans test_scans.cpp) | ||
TARGET_LINK_LIBRARIES(test_scans octomap) | ||
|
||
ADD_EXECUTABLE(test_lut test_lut.cpp) | ||
TARGET_LINK_LIBRARIES(test_lut octomap) | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.