cpp-main / cpp-tbox

A complete Linux application software development tool library and runtime framework, aim at make C++ development easy.

Home Page:https://github.com/cpp-main/cpp-tbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists.txt 头文件install 目录错误

lzl200110 opened this issue · comments

eventx mqtt network teminal util 这几个模块的CMakeLists.txt 中头文件install目录为

# install header file
install(
    FILES ${TBOX_UTIL_HEADERS}
    DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tbox/base
)

应该改为对应模块更好

看到了,已经有人提过pr了