mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-17 12:11:36 -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)
|