-
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.
- Loading branch information
LinuxGogley
committed
Oct 22, 2018
1 parent
4f1820e
commit 41c082a
Showing
12 changed files
with
614,740 additions
and
8,352 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR) | ||
|
||
project(template_alignment) | ||
project(feature_alignment) | ||
|
||
find_package(PCL 1.2 REQUIRED) | ||
|
||
include_directories(${PCL_INCLUDE_DIRS}) | ||
link_directories(${PCL_LIBRARY_DIRS}) | ||
add_definitions(${PCL_DEFINITIONS}) | ||
|
||
add_executable (template_alignment template_alignment.cpp) | ||
target_link_libraries (template_alignment ${PCL_LIBRARIES}) | ||
add_executable (feature_alignment feature_alignment.cpp) | ||
target_link_libraries (feature_alignment ${PCL_LIBRARIES}) |
Oops, something went wrong.