// file : build/install/operation -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_INSTALL_OPERATION #define BUILD_INSTALL_OPERATION #include namespace build { namespace install { extern operation_info install; } } #endif // BUILD_INSTALL_OPERATION