|
@ -71,9 +71,14 @@ set(scopes |
|
|
Interface |
|
|
Interface |
|
|
Private |
|
|
Private |
|
|
Public) |
|
|
Public) |
|
|
|
|
|
set(target_types |
|
|
|
|
|
Static |
|
|
|
|
|
) |
|
|
foreach (fileset_type IN LISTS fileset_types) |
|
|
foreach (fileset_type IN LISTS fileset_types) |
|
|
foreach (scope IN LISTS scopes) |
|
|
foreach (scope IN LISTS scopes) |
|
|
run_cmake("FileSet${fileset_type}${scope}") |
|
|
|
|
|
|
|
|
foreach (target_type IN LISTS target_types) |
|
|
|
|
|
run_cmake("FileSet${fileset_type}${scope}On${target_type}") |
|
|
|
|
|
endforeach () |
|
|
endforeach () |
|
|
endforeach () |
|
|
run_cmake("FileSet${fileset_type}InterfaceImported") |
|
|
run_cmake("FileSet${fileset_type}InterfaceImported") |
|
|
|
|
|
|
|
|