Back to home page

EIC code displayed by LXR

 
 

    


Last indexation completed on 2025-06-30 08:58:05 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2025-06-30 07:01:15  
folder installed_embed/ - 2025-06-30 07:01:15  
folder installed_function/ - 2025-06-30 07:01:15  
folder installed_target/ - 2025-06-30 07:01:15  
folder subdirectory_embed/ - 2025-06-30 07:01:15  
folder subdirectory_function/ - 2025-06-30 07:01:15  
folder subdirectory_target/ - 2025-06-30 07:01:15  
CMakeLists.txt 2639 bytes 2025-06-30 07:01:15 -  
embed.cpp 673 bytes 2025-06-30 07:01:15 2025-06-30 08:57:08  
main.cpp 152 bytes 2025-06-30 07:01:15 2025-06-30 08:57:08

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-06-30 07:01:15 2025-06-30 08:57:08