Files
CMake/Tests/RunCMake/Swift/Win32ExecutableIgnored.cmake
2021-10-28 15:32:44 -04:00

5 lines
109 B
CMake

enable_language(Swift)
add_executable(E E.swift)
set_target_properties(E PROPERTIES
WIN32_EXECUTABLE TRUE)