Commit c6c62b0152b3ef837f3d7341f045f5457fa096d2
1 parent
66e26bc1
Preparating for public interface
Showing
6 changed files
with
7 additions
and
0 deletions
include/mqttpublisherbase.h
0 → 100644
include/mqttsubscriberbase.h
0 → 100644
src/CMakeLists.txt
| ... | ... | @@ -31,9 +31,12 @@ include(compiler) |
| 31 | 31 | |
| 32 | 32 | include_directories( |
| 33 | 33 | ${CMAKE_CURRENT_SOURCE_DIR}/../logutils |
| 34 | + ${CMAKE_CURRENT_SOURCE_DIR}/../include | |
| 34 | 35 | ) |
| 35 | 36 | |
| 36 | 37 | set(SRC_LIST |
| 38 | + ${CMAKE_CURRENT_SOURCE_DIR}/mqttpublisherbase.cpp | |
| 39 | + ${CMAKE_CURRENT_SOURCE_DIR}/mqttsubscriberbase.cpp | |
| 37 | 40 | ${CMAKE_CURRENT_SOURCE_DIR}/clientpaho.cpp |
| 38 | 41 | ${CMAKE_CURRENT_SOURCE_DIR}/commondefs.cpp |
| 39 | 42 | ${CMAKE_CURRENT_SOURCE_DIR}/connectionstatus.cpp | ... | ... |
src/compat-chrono.h
src/mqttpublisherbase.cpp
0 → 100644
src/mqttsubscriberbase.cpp
0 → 100644