mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-24 16:26:11 +00:00
5 lines
109 B
CMake
5 lines
109 B
CMake
enable_language(Swift)
|
|
add_executable(E E.swift)
|
|
set_target_properties(E PROPERTIES
|
|
WIN32_EXECUTABLE TRUE)
|