summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Swift/NoWorkToDo.cmake
blob: 51c2ff38781590135b0911aedb9a3a989ea60278 (plain)
1
2
3
4
5
enable_language(Swift)
add_executable(hello1 hello.swift)
set_target_properties(hello1 PROPERTIES ENABLE_EXPORTS TRUE)

add_executable(hello2 hello.swift)