cmake/Tests/RunCMake/Swift/NoWorkToDo.cmake

6 lines
155 B
CMake
Raw Normal View History

2023-05-23 16:38:00 +02:00
enable_language(Swift)
add_executable(hello1 hello.swift)
set_target_properties(hello1 PROPERTIES ENABLE_EXPORTS TRUE)
add_executable(hello2 hello.swift)