aboutsummaryrefslogtreecommitdiff
path: root/build2/install/operation
blob: 20630d5c08d36c26ab2750ab3145a72161ab2c4d (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-2015 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