add_library(Mappers
simple_mapper.c
mappers.c)
find_package(log.c)
target_link_libraries(Mappers log.c::log.c)