mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-16 21:08:01 -04:00
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.