PDA

Просмотр полной версии : [c12743] CMake: generic way to build a script library


newsbot
12.09.2013, 15:51
Автор: DasBlub


<pre style='white-space:pre-wrap;width:81ex'>[c12743] CMake: generic way to build a script library

Added new parameter INCLUDE_BINDINGS_DIR which can be set to the name of a
folder inside src/bindings/.

Includes the script library in src/bindings/ with the defined name.
The name must correspond to the name of the folder and the folder must contain
a valid CMakeLists.txt

Note: if you currently use a script library, you will probably get a merge
problem on src/bindings/CMakeLists.txt as you will have modified this file
manually. Please use the new version of this file and rerun CMake once with the
parameter -DINCLUDE_BINDINGS_DIR=ScriptDev2 (if you are not using SD2 but
another script library, replace ScriptDev2 with the name of the folder in
src/bindings/).

If you do not use a script library you should not have any merge problems
and you don't need to do anything.

(based on commit [12544] - d14ec5b)

Signed-off-by: Xfurry <xfurry@scriptdev2.com></pre>


Подробнее... (https://github.com/cmangos/mangos-cata/commit/b92156f72135dbd626aa90cfb98e1b8aeb58574e)