mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 14:49:39 -06: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)
|