Skip to content

Commit 168eca7

Browse files
authored
add boost libs to bmruntime (#1336)
Signed-off-by: Glen Gibb <[email protected]>
1 parent a4ae255 commit 168eca7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bm_runtime/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@ target_include_directories(bmruntime PUBLIC
1111
${THRIFT_SRC_GEN_CPP_DIR}
1212
)
1313

14+
target_link_libraries(bmruntime PRIVATE
15+
Boost::filesystem
16+
Boost::program_options
17+
)
18+
1419
# Dependency on thrift generation from thrift_src
1520
add_dependencies(bmruntime genthrift_thrift_src)

0 commit comments

Comments
 (0)