1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

refactor: use builder to create config

This commit is contained in:
Falk Werner
2020-03-15 22:35:57 +01:00
parent f3743a6e01
commit aaf8bcb688
5 changed files with 111 additions and 207 deletions

View File

@@ -109,6 +109,7 @@ add_executable(alltests
test/mock_config_builder.cc
test/mock_logger.cc
test/test_config_factory.cc
test/test_config.cc
test/test_log.cc
)
@@ -123,6 +124,8 @@ target_compile_options(alltests PRIVATE ${GMOCK_CFLAGS} ${GTEST_CFLAGS} "-pthrea
target_link_libraries(alltests PRIVATE
webfused-static
${LIBCONFIG_LIBRARIES}
${WEBFUSE_LIBRARIES}
${UUID_LIBRARIES}
${GMOCK_LIBRARIES}
${GTEST_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}