zoneminder/cmake
Peter Keresztes Schmidt 44be2ccf6c Build: Add a set of interface targets which can be used to set compilation options
zm-compile-option-interface:
  Use to set various compiler/linker flags

zm-feature-interface:
  Use to set required compiler features.
  See https://cmake.org/cmake/help/latest/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html

zm-warning-interface:
  Use to set compiler warning flags. If need be a zm-no-warning-interface can be added which suppresses all warning for targets linked against it. Useful for in-tree dependencies from which we don't want compiler warnings.

zm-core-interface:
  That's the interface one should normally link against to get all the options.
2021-02-08 23:08:22 +01:00
..
Modules Build: Add a set of interface targets which can be used to set compilation options 2021-02-08 23:08:22 +01:00
compiler Build: Add support for compiler detection 2021-02-08 23:08:22 +01:00
cmake_uninstall.cmake.in Added an uninstall target to cmake and few text corrections to the INSTALL file 2013-10-21 16:11:37 +03:00