Skip to content

Commit 27f6dcc

Browse files
committed
CMake: add the new fds output plugin to default build
1 parent 35ee179 commit 27f6dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/output/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# List of output plugin to build and install
22
add_subdirectory(dummy)
3+
add_subdirectory(fds)
34
add_subdirectory(json)
45
add_subdirectory(timecheck)
5-
add_subdirectory(viewer)
6+
add_subdirectory(viewer)

0 commit comments

Comments
 (0)