OpenGL ES in cocos2d-x

I want to write a cross platform app using mostly C*+ and OpenGL ES. I know C*+ and OpenGL well but I’ve never written for mobile. Would it make sense for me to use cocos2d-x as a cross platform app container and build system, even if I don’t need the game engine? Or would it add too much complexity or weight to the project?