mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -3,7 +3,15 @@
|
||||
#ifndef cmTargetLinkLibrariesCommand_h
|
||||
#define cmTargetLinkLibrariesCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmCommand.h"
|
||||
#include "cmTargetLinkLibraryType.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
class cmTarget;
|
||||
|
||||
/** \class cmTargetLinkLibrariesCommand
|
||||
* \brief Specify a list of libraries to link into executables.
|
||||
|
||||
Reference in New Issue
Block a user