binapi
binapi copied to clipboard
Better CMake config, standard #include orders
The present CMake configuration helps importing binapi as an ExternalProject in an upper layer.
The order of includes has been reviewed to respect the generally-admitted standard of "C system, C++ system, C deps, C++ deps, local".
Also, CMake packages are used to locate the dependencies.