Skip to content

Commit ff6a32f

Browse files
Copilotavikivity
andcommitted
Add hello_cxx_module to demos target
The hello_cxx_module executable was being created when Seastar_MODULE is enabled but wasn't added to the demos target, so it wouldn't be built when building demos. Added the dependency so it's properly included in the demos build. Co-authored-by: avikivity <[email protected]>
1 parent 300cb19 commit ff6a32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,5 @@ if (Seastar_MODULE)
131131
target_link_libraries (hello_cxx_module
132132
PRIVATE
133133
seastar-module)
134+
add_dependencies (demos hello_cxx_module)
134135
endif ()

0 commit comments

Comments
 (0)