Skip to content
Snippets Groups Projects
Commit f614d59a authored by Jeremie Deray's avatar Jeremie Deray
Browse files

add test_wolf_root

parent 3de044cf
No related branches found
No related tags found
1 merge request!96Wolf macro cmake conftime
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# Complete Wolf tree skeleton with smart pointers # Complete Wolf tree skeleton with smart pointers
ADD_EXECUTABLE(test_sh_ptr test_sh_ptr.cpp) ADD_EXECUTABLE(test_sh_ptr test_sh_ptr.cpp)
ADD_EXECUTABLE(test_wolf_root test_wolf_root.cpp)
IF(Ceres_FOUND) IF(Ceres_FOUND)
# test_processor_odom_3D # test_processor_odom_3D
......
/**
* \file test_wolf_root.cpp
*
* Created on: Apr 12, 2016
* \author: Jeremie Deray
*/
//Wolf
#include "wolf.h"
//std
#include <iostream>
int main(int /*argc*/, char** /*argv*/)
{
std::cout << "Your wolf root directory is (_WOLF_ROOT_DIR) : " << _WOLF_ROOT_DIR << std::endl;
return 1;
}
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