ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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
3 | No.3 Revision |
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
4 | No.4 Revision |
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
5 | No.5 Revision |
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
6 | No.6 Revision |
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