You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
490 B
11 lines
490 B
5 years ago
|
Swift_MODULE_DIRECTORY
|
||
|
----------------------
|
||
|
|
||
|
Specify output directory for Swift modules provided by the target.
|
||
|
|
||
|
If the target contains Swift source files, this specifies the directory in which
|
||
|
the modules will be placed. When this property is not set, the modules will be
|
||
|
placed in the build directory corresponding to the target's source directory.
|
||
|
If the variable :variable:`CMAKE_Swift_MODULE_DIRECTORY` is set when a target is
|
||
|
created its value is used to initialise this property.
|