blob: 750a40aece05f69cf82928b46badd9a7b60e2ec2 [file]
cmake_policy(SET CMP0157 NEW)
if(POLICY CMP0195)
cmake_policy(SET CMP0195 NEW)
endif()
enable_language(Swift)
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hello.swift "")
add_executable(hello1 ${CMAKE_CURRENT_BINARY_DIR}/hello.swift)
set_target_properties(hello1 PROPERTIES ENABLE_EXPORTS TRUE)
add_executable(hello2 ${CMAKE_CURRENT_BINARY_DIR}/hello.swift)