ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the CMakeLists.txt is not influenced by eclipse you should be able to build the library (libenvironment.a if I see correctly) and then use find_package(YOUR_LIB) in your CMakeLists.txt

the CMakeLists.txt is not influenced by eclipse eclipse

you should be able to build the library (libenvironment.a if I see correctly) and then use find_package(YOUR_LIB) find_package(YOUR_LIB) in your CMakeLists.txt

see http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries on how to include libraries

the CMakeLists.txt is not influenced by eclipse

you should be able to build the library (libenvironment.a if I see correctly) and then use find_package(YOUR_LIB) in your CMakeLists.txtCMakeLists.txt (there is no need to build the library every time you build your project)

see http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries on how to include libraries

the CMakeLists.txt is not influenced by eclipse

you should be able to build the library (libenvironment.a if I see correctly) by the makefile that you have, and then use find_package(YOUR_LIB) in your CMakeLists.txt (there is no need to build the library every time you build your project)

see http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries on how to include libraries

the CMakeLists.txt is not influenced by eclipse

you should be able to build the library (libenvironment.a if I see correctly) by the makefile that you have, and then use find_package(YOUR_LIB) in your CMakeLists.txt (there is no need to build the library every time you build your project)

see http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries cmake help on how to include libraries

the CMakeLists.txt is not influenced by eclipse

you should be able to build the library (libenvironment.a if I see correctly) by with the makefile that you have, and then use find_package(YOUR_LIB) in your CMakeLists.txt (there is no need to build the library every time you build your project)

see cmake help on how to include libraries