
file(GLOB testSourceLib "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
phoenix_add_library(phoenix_swarm_mock_daemons ${testSourceLib})

target_link_libraries(
	phoenix_swarm_mock_daemons
	phoenix_swarm_daemon
	phoenix_swarm_function
	phoenix_swarm_representation
	phoenix_toml
	phoenix_file_parser
	phoenix_option_parser
	phoenix_type_stream
	phoenix_data_stream
	phoenix_core
)
