注:若需要参考rhel7上安装MySQL 请 点击此处 1.下面MySQL链接库版本用到了boost(若需要请到官网下载最新链接库和文档和C++连接数据库操作示例) Red Hat Enterprise Linux 7 / Oracle Linux 7 (x86, 64-bit), Compressed TAR Archive 2.下载boost(若需要请到官网下载最新版本) boost_1_64_0.tar.gz 3.CMakeList.txt(初学写的不好) cmake_minimum_re…
set(CMAKE_INCLUDE_CURRENT_DIR ON)#CMAKE_INCLUDE_CURRENT_DIR equal to INCLUDE_DIRECTORY(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})CMAKE_INCLUDE_CURRENT_DIR Automatically add the current source- and build directories to the include path.…