meta-json/Tests/CMakeLists.txt
2025-04-06 01:17:13 +01:00

6 lines
153 B
CMake

add_executable(Tests Test.swift)
target_link_libraries(Tests PRIVATE MetaJSON)
set_target_properties(Tests PROPERTIES
Swift_LANGUAGE_VERSION 5
)