提交 de555af9 编写于 作者: M Matt Oliver

project_generator: Add full support for libdcadec.

上级 9b1fcbef
......@@ -477,6 +477,10 @@ void configGenerator::buildForcedEnables( string sOptionLower, vector<string> &
vForceEnable.push_back( "gcrypt" );
vForceEnable.push_back( "gmp" );
}
else if( sOptionLower.compare( "dcadec" ) == 0 )
{
vForceEnable.push_back( "struct_dcadec_exss_info_matrix_encoding" );
}
}
void configGenerator::buildForcedDisables( string sOptionLower, vector<string> & vForceDisable )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册