.. _program_listing_file_src_common_build_info.h: Program Listing for File build_info.h ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``src/common/build_info.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include namespace marian { // Returns list of non-advanced cache variables used by CMake std::string cmakeBuildOptions(); // Returns list of advanced cache variables used by CMake std::string cmakeBuildOptionsAdvanced(); } // namespace marian