We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca6006 commit dde7b66Copy full SHA for dde7b66
1 file changed
cmake/post.service.cmake
@@ -73,6 +73,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/config.json)
73
add_library(config_json STATIC config_json.o)
74
set_target_properties(config_json PROPERTIES LINKER_LANGUAGE CXX)
75
target_link_libraries(service --whole-archive config_json --no-whole-archive)
76
+ set(PLUGINS ${PLUGINS} autoconf)
77
endif()
78
79
#
0 commit comments