6 lines
153 B
CMake
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
|
|
) |