[physfs] Option to disable CMake docs

Edward Rudd urkle at outoforder.cc
Tue Nov 27 18:07:01 EST 2018



> On Nov 27, 2018, at 4:07 PM, Ryan C. Gordon <icculus at icculus.org> wrote:
> 
> 
>> I also found it strange having a shared and static library build option and not just one lib with a configurable type.
> 
> This was merely my inexperience with CMake.  Anything that is obviously wrong in there is my fault and should be changed.

In my cmake's I generally do have a shared and a static one (it's common practice) as there are usually other changes besides just the SHARED or STATIC cmake config option. (e.g. making symbols public or private). This is especially the case with Windows libraries.


> --ryan.
> 
> 
> 
> _______________________________________________
> physfs mailing list
> physfs at icculus.org
> http://icculus.org/mailman/listinfo/physfs



More information about the physfs mailing list