tornavis/extern/wcwidth
Campbell Barton 47adab4f99 CMake: prepare for BLENDER_SORTED_LIBS removal
No functional change, this adds LIB definition and args to cmake files.
Without this it's difficult to migrate away from 'BLENDER_SORTED_LIBS'
since there are many platforms/configurations that could break when
changing linking order.

Manually add and enable WITHOUT_SORTED_LIBS to try building
without sorted libs (currently fails since all variables are empty).
This check will eventually be removed.

See T46725.
2019-04-14 15:37:24 +02:00
..
CMakeLists.txt CMake: prepare for BLENDER_SORTED_LIBS removal 2019-04-14 15:37:24 +02:00
README.blender Add upstream information to wcwidth library 2016-06-03 02:43:24 +10:00
wcwidth.c Cleanup: redundant 'break', minor edits 2015-11-19 22:52:13 +11:00
wcwidth.h Cleanup: manually remove header text not handled by automation 2019-02-02 01:49:31 +11:00

README.blender

Project: WC Width
URL: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
License: ICS
Upstream version: 2007-05-26
Local modifications: None