DiamondLightSource / durin

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Experimental CMakeLists to build plugin #26

Open ndevenish opened 2 years ago

ndevenish commented 2 years ago

This adds a CMakeLists.txt. It builds it's own copy of static HDF5 1.12 and links it in statically to the durin-plugin.so file. The CMakeLists.txt doesn't build test_plugin or example by default in order to match the Makefile, but example also had a header-ordering problem that prevented it being built - this is also fixed in this PR.

I don't know how to actually test this plugin.