1 2 3 4 5 6 7 8 9 10 11 12 13
if disable_crypt_option subdir_done() endif libc_sources += files( 'generic/crypt-stubs.cpp', ) if not no_headers install_headers( 'include/crypt.h', ) endif