diff --git a/CMakeLists.txt b/CMakeLists.txt index 163789a1e4458b0c8541a674d70f87837227ca6a..73cd174ed4186f692345a414cd9fbdea2b4ca034 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,6 +277,7 @@ IF (NOT DEFINED TD_CLUSTER) INSTALL(DIRECTORY ${TD_COMMUNITY_DIR}/tests/examples DESTINATION .) INSTALL(DIRECTORY ${TD_COMMUNITY_DIR}/packaging/cfg DESTINATION .) INSTALL(FILES ${TD_COMMUNITY_DIR}/src/inc/taos.h DESTINATION include) + INSTALL(FILES ${TD_COMMUNITY_DIR}/src/inc/taoserror.h DESTINATION include) INSTALL(FILES ${LIBRARY_OUTPUT_PATH}/taos.lib DESTINATION driver) INSTALL(FILES ${LIBRARY_OUTPUT_PATH}/taos.exp DESTINATION driver) INSTALL(FILES ${LIBRARY_OUTPUT_PATH}/taos.dll DESTINATION driver)