blob: f0a88dad2b3982d85c6a59656e41bc2cef415592 [file] [log] [blame] [edit]
if(POLICY CMP0157)
cmake_policy(SET CMP0157 NEW)
endif()
if(POLICY CMP0195)
cmake_policy(SET CMP0195 NEW)
endif()
set(CMAKE_Swift_COMPILATION_MODE "singlefile")
enable_language(Swift)
add_library(CompileCommandLib STATIC E.swift L.swift)
set_target_properties(CompileCommandLib PROPERTIES EXPORT_COMPILE_COMMANDS YES)