-
Notifications
You must be signed in to change notification settings - Fork 57
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
33 files
+11 −1 | .github/workflows/cmake.yml | |
+30 −0 | _unittests/cpp/CMakeLists.txt | |
+1 −0 | _unittests/cpp/include/jrl_cmakemodule/lib.hh | |
+7 −0 | _unittests/cpp/src/lib.cc | |
+8 −0 | _unittests/cpp/src/main.cc | |
+20 −0 | _unittests/dependency/CMakeLists.txt | |
+11 −0 | _unittests/macros.cmake | |
+21 −0 | _unittests/python/CMakeLists.txt | |
+0 −0 | _unittests/python/jrl_cmakemodule/python.py | |
+46 −0 | _unittests/run_unit_tests.sh | |
+12 −1 | base.cmake | |
+1 −1 | boost.cmake | |
+3 −3 | dist.cmake | |
+2 −1 | distcheck.cmake | |
+4 −4 | doxygen.cmake | |
+0 −70 | dynamic_graph/python-module-py.cc | |
+32 −0 | dynamic_graph/python-module-py.cc.in | |
+3 −19 | dynamic_graph/submodule/__init__.py.cmake | |
+7 −7 | header.cmake | |
+2 −2 | hpp.cmake | |
+1 −1 | hpp/doc.cmake | |
+1 −1 | idl.cmake | |
+2 −2 | msvc-specific.cmake | |
+1 −1 | openhrpcontroller.cmake | |
+1 −1 | openrtm.cmake | |
+2 −2 | package-config.cmake | |
+7 −7 | pkg-config.cmake | |
+1 −0 | post-project.cmake | |
+39 −21 | python.cmake | |
+1 −1 | sphinx.cmake | |
+2 −2 | uninstall.cmake | |
+1 −1 | version-script.cmake | |
+2 −3 | version.cmake |