cmake/Help/command/fltk_wrap_ui.rst

15 lines
380 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
fltk_wrap_ui
------------
Create FLTK user interfaces Wrappers.
2019-11-11 23:01:05 +01:00
.. code-block:: cmake
2014-08-03 19:52:23 +02:00
fltk_wrap_ui(resultingLibraryName source1
source2 ... sourceN )
Produce .h and .cxx files for all the .fl and .fld files listed. The
resulting .h and .cxx files will be added to a variable named
2015-11-17 17:22:37 +01:00
``resultingLibraryName_FLTK_UI_SRCS`` which should be added to your
2014-08-03 19:52:23 +02:00
library.