【CMake】CMake链接SQLite库

15

以下内容为转载内容,因Wordpress无法标识,故在此标注。

原问题链接:——C/C++ undefined reference for sqlite3's functions using CLion with CMAKE 为其中一位老哥的回答

target_link_libraries(ProjectName LINK_PUBLIC sqlite3)
  • ProjectName为你项目的名字