add_executable(version_example test_version.c)
target_link_libraries(version_example version testing logging)
add_test(NAME test_version_example COMMAND version_example)
