cmake/Tests/RunCMake/Swift/Win32ExecutableIgnored.cmake

6 lines
139 B
CMake
Raw Normal View History

2024-04-14 22:45:38 +02:00
cmake_policy(SET CMP0157 NEW)
2022-03-29 21:10:50 +02:00
enable_language(Swift)
add_executable(E E.swift)
set_target_properties(E PROPERTIES
WIN32_EXECUTABLE TRUE)