// 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 namespace build2 { namespace install { extern operation_info install; } } #endif // BUILD2_INSTALL_OPERATION