aboutsummaryrefslogtreecommitdiff
path: root/build2/install/operation
blob: daf7c40aeddb95b3c4d8f5a4b5e474b77474e0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : build2/install/operation -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#ifndef BUILD2_INSTALL_OPERATION
#define BUILD2_INSTALL_OPERATION

#include <build2/operation>

namespace build2
{
  namespace install
  {
    extern operation_info install;
  }
}

#endif // BUILD2_INSTALL_OPERATION