Skip to content

Commit 8b03429

Browse files
committed
fix missing deps
1 parent 6c6514a commit 8b03429

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

documentation/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ project(modbuscpp_docs)
66

77
include(../cmake/CPM.cmake)
88

9+
include(../cmake/Asio2.cmake)
10+
11+
CPMAddPackage(
12+
NAME fmt
13+
GITHUB_REPOSITORY fmtlib/fmt
14+
GIT_TAG 6.2.1
15+
)
16+
17+
CPMAddPackage(
18+
NAME struc
19+
GITHUB_REPOSITORY rayandrews/struc
20+
VERSION 1
21+
GIT_TAG 235db327aeec3a83c9204033e3a7b0a74c866151
22+
)
23+
924
CPMAddPackage(NAME modbuscpp SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
1025

1126
CPMAddPackage(

0 commit comments

Comments
 (0)