add_executable(Tests Test.swift)
target_link_libraries(Tests PRIVATE MetaJSON)

set_target_properties(Tests PROPERTIES
        Swift_LANGUAGE_VERSION 5
)