file(GLOB SRCS "*.cpp")
if(SRCS)
    target_sources(${POLICE_TESTS} PRIVATE ${SRCS})
endif()
