mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Include necessary headers in commands
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
#ifndef cmFindLibraryCommand_h
|
||||
#define cmFindLibraryCommand_h
|
||||
|
||||
#include <cmConfigure.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "cmFindBase.h"
|
||||
|
||||
class cmCommand;
|
||||
class cmExecutionStatus;
|
||||
|
||||
/** \class cmFindLibraryCommand
|
||||
* \brief Define a command to search for a library.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user