Tool-CMake-Own Finder(-I -L -l)-compiling

Tool-CMake-Own Finder(-I -L -l)-compiling

What is a finder

  • When compiling a piece of software which
    links to third­party libraries, we need to know:
    • Where to find the .h files (­I in gcc)
    • Where to find the libraries (.so/.dll/.lib/.dylib/...) (­L
      in gcc)
    • The filenames of the libraries we want to link to (­l
      in gcc)
  • That's the basic information a finder needs to
    return
posted @ 2023-04-29 13:52  Theseus‘Ship  阅读(9)  评论(0编辑  收藏  举报
Live2D