mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
cmGeneratorTarget: Factor link interface/impl methods into own source
This commit is contained in:
@@ -287,6 +287,7 @@ add_library(
|
||||
cmGeneratorTarget.h
|
||||
cmGeneratorTarget_CompatibleInterface.cxx
|
||||
cmGeneratorTarget_IncludeDirectories.cxx
|
||||
cmGeneratorTarget_Link.cxx
|
||||
cmGeneratorTarget_LinkDirectories.cxx
|
||||
cmGeneratorTarget_Options.cxx
|
||||
cmGeneratorTarget_Sources.cxx
|
||||
|
||||
+1
-1440
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,6 @@
|
||||
#include <cm/string_view>
|
||||
|
||||
#include "cmAlgorithms.h"
|
||||
#include "cmComputeLinkInformation.h"
|
||||
#include "cmLinkItem.h"
|
||||
#include "cmListFileCache.h"
|
||||
#include "cmPolicies.h"
|
||||
@@ -29,6 +28,7 @@
|
||||
class cmake;
|
||||
enum class cmBuildStep;
|
||||
class cmCompiledGeneratorExpression;
|
||||
class cmComputeLinkInformation;
|
||||
class cmCustomCommand;
|
||||
class cmFileSet;
|
||||
class cmGlobalGenerator;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user