Annotation of hatari/cmake/FindTermcap.cmake, revision 1.1.1.1

1.1       root        1: 
                      2: if(TERMCAP_INCLUDE_DIR)
                      3:   # Already in cache, be silent
                      4:   set(TERMCAP_FIND_QUIETLY TRUE)
                      5: endif(TERMCAP_INCLUDE_DIR)
                      6: 
                      7: find_path(TERMCAP_INCLUDE_DIR termcap.h)
                      8: find_library(TERMCAP_LIBRARY NAMES termcap)
                      9: 
                     10: include(FindPackageHandleStandardArgs)
                     11: find_package_handle_standard_args(TERMCAP DEFAULT_MSG
                     12:                                   TERMCAP_LIBRARY TERMCAP_INCLUDE_DIR)
                     13: 
                     14: mark_as_advanced(TERMCAP_LIBRARY TERMCAP_INCLUDE_DIR)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.