Skip to content

Commit

Permalink
in_http: prepare build system
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper committed Jun 9, 2015
1 parent d72b589 commit 3e731e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ option(WITHOUT_BIN "Do not build executable" No)
# Build Plugins
option(WITH_IN_XBEE "Enable XBee input plugin" No)
option(WITH_IN_CPU "Enable CPU input plugin" Yes)
option(WITH_IN_HTTP "Enable HTTP input plugin" No)
option(WITH_IN_MEM "Enable Memory input plugin" Yes)
option(WITH_IN_KMSG "Enable Kernel log input plugin" Yes)
option(WITH_OUT_FLUENTD "Enable Fluentd output plugin" Yes)
Expand All @@ -29,6 +30,7 @@ if(WITH_ALL)
set(WITH_SSL_TLS 1)
set(WITH_IN_XBEE 1)
set(WITH_IN_CPU 1)
set(WITH_IN_HTTP 1)
set(WITH_IN_MEM 1)
set(WITH_OUT_FLUENTD 1)
set(WITH_OUT_TD 1)
Expand All @@ -48,7 +50,6 @@ set(MSGPACK_NO_INSTALL 1)

# Lib: build the core libraries used by Fluent-Bit
add_subdirectory(lib/msgpack-0.5.9)
#add_subdirectory(lib/mk_config)
add_subdirectory(lib/mk_core)
add_subdirectory(lib/jsmn)

Expand Down

0 comments on commit 3e731e9

Please sign in to comment.