diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-12-06 15:29:25 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-12-06 15:29:25 +0100 |
commit | fe38576064068bd2bb5541bd6efda6abb1879dde (patch) | |
tree | c02edf6b3545e2af5138bcfd32702a03a7338b17 /libmysqld | |
parent | b16e67fd9cf5c6fe0d3e599b5177046699bd6bce (diff) | |
download | mariadb-git-fe38576064068bd2bb5541bd6efda6abb1879dde.tar.gz |
install embedded_priv.h in ${INSTALL_INCLUDEDIR}/private
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index 5af5f5e1807..ee5c8875686 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -136,6 +136,8 @@ ENDFOREACH() MERGE_LIBRARIES(mysqlserver STATIC ${EMBEDDED_LIBS} OUTPUT_NAME ${MYSQLSERVER_OUTPUT_NAME} COMPONENT Development) +INSTALL(FILES embedded_priv.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development) + # Visual Studio users need debug static library IF(MSVC) INSTALL_DEBUG_TARGET(mysqlserver DESTINATION ${INSTALL_LIBDIR}/debug) |