2014-08-03 19:52:23 +02:00
|
|
|
include(RunCMake)
|
|
|
|
|
2015-11-17 17:22:37 +01:00
|
|
|
run_cmake(CustomTarget)
|
2019-11-11 23:01:05 +01:00
|
|
|
run_cmake(Empty)
|
2014-08-03 19:52:23 +02:00
|
|
|
run_cmake(TargetNotFound)
|
|
|
|
run_cmake(AppendExport)
|
|
|
|
run_cmake(OldIface)
|
|
|
|
run_cmake(NoExportSet)
|
2018-08-09 18:06:22 +02:00
|
|
|
run_cmake(ForbiddenToExportInterfaceProperties)
|
|
|
|
run_cmake(ForbiddenToExportImportedProperties)
|
|
|
|
run_cmake(ForbiddenToExportPropertyWithGenExp)
|
2018-10-07 12:27:06 +02:00
|
|
|
run_cmake(ExportPropertiesUndefined)
|
2020-02-01 23:06:01 +01:00
|
|
|
run_cmake(DependOnNotExport)
|
|
|
|
run_cmake(DependOnDoubleExport)
|