Back to home page

EIC code displayed by LXR

 
 

    


Warning, /jana2/src/python/plugins/janapy/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 # See https://pybind11.readthedocs.io/en/stable/faq.html#someclass-declared-with-greater-visibility-than-the-type-of-its-field-someclass-member-wattributes
0003 
0004 add_jana_plugin(janapy SOURCES janapy_plugin.cc)
0005 
0006 target_compile_options(janapy PRIVATE "-fvisibility=hidden")
0007 target_include_directories(janapy PRIVATE ${PYTHON_INCLUDE_DIRS} ${pybind11_INCLUDE_DIRS} ../../common)
0008 target_link_libraries(janapy PRIVATE ${PYTHON_LIBRARIES} pybind11::embed)
0009 
0010 
0011 
0012 
0013 
0014