Skip to content

Fix build on FreeBSD

Adriaan de Groot requested to merge build-improvements into master
  • tidy up CMake bits
  • simplify build with IMPORTED targets; this is actually the important bit, since it's much more convenient to write ARPA2::Quick-DER than to expand it by-hand in the CMakeLists.txt; also handles include-directories transparently. This needed more shuffling than I anticipated, because apxs is really picky about where -I flags can be specified on its command-line.

Merge request reports