Back to home page

EIC code displayed by LXR

 
 

    


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
folder Parent directory - 2025-01-18 08:01:12  
folder installed_embed/ - 2025-01-18 08:01:12  
folder installed_function/ - 2025-01-18 08:01:12  
folder installed_target/ - 2025-01-18 08:01:12  
folder subdirectory_embed/ - 2025-01-18 08:01:12  
folder subdirectory_function/ - 2025-01-18 08:01:12  
folder 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