|
||||
Last indexation completed on 2025-01-18 10:18:49 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2025-01-18 08:01:12 | |||
installed_embed/ | - | 2025-01-18 08:01:12 | |||
installed_function/ | - | 2025-01-18 08:01:12 | |||
installed_target/ | - | 2025-01-18 08:01:12 | |||
subdirectory_embed/ | - | 2025-01-18 08:01:12 | |||
subdirectory_function/ | - | 2025-01-18 08:01:12 | |||
subdirectory_target/ | - | 2025-01-18 08:01:12 | |||
CMakeLists.txt | 2639 bytes | 2025-01-18 08:01:12 | - | ||
embed.cpp | 673 bytes | 2025-01-18 08:01:12 | 2025-01-18 10:17:51 | ||
main.cpp | 152 bytes | 2025-01-18 08:01:12 | 2025-01-18 10:17:51 | include <pybind11/pybind11.h> namespace py = pybind11; PYBIND11_MODULE(test_cmake_build, m) { m.def("add", [](int i, int j) { return i + j; }); } |
|
test.py | 198 bytes | 2025-01-18 08:01:12 | 2025-01-18 10:17:51 |
[ Source navigation ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |