Add library to CMakeLists
Hello all, I am very new to ROS and I trying to include a library eigen-eigen-67e894c6cd8f which is available in /usr/local/include to the CMakeLists.txt. I have tried doing the below command but I have had no success. I am able to use this library outside ros and it works fine. However, when I do catkin_make it throws a bunch of errors. My package is named "my_pcl" and "test" is my executable. Thanks in advance
include_directories(/usr/local/include/eigen-eigen-67e894c6cd8f) add_executable(test eigen-eigen-67e894c6cd8f)