diff options
| author | Ray <[email protected]> | 2017-12-11 11:40:46 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-11 11:40:46 +0100 |
| commit | 3e1d6859db03ba379dda62281bd3867b3d43d980 (patch) | |
| tree | d092d84e345a9463e8126962f23ecd30862248a7 /src/meson.build | |
| parent | de78fa69bc49afa83898e33e73b6dfbffc43f0e4 (diff) | |
| parent | 4a7840b75297e2a2ea3ddf5ef6b2e0c9b9d5d057 (diff) | |
| download | raylib-3e1d6859db03ba379dda62281bd3867b3d43d980.tar.gz raylib-3e1d6859db03ba379dda62281bd3867b3d43d980.zip | |
Merge pull request #417 from a3f/develop
Add library versioning to Make/CMake build systems
Diffstat (limited to 'src/meson.build')
| -rw-r--r-- | src/meson.build | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/meson.build b/src/meson.build deleted file mode 100644 index 12385fc9..00000000 --- a/src/meson.build +++ /dev/null @@ -1,22 +0,0 @@ -install_headers('raylib.h') - -source_c = [ - 'audio.c', - 'core.c', - 'models.c', - 'rlgl.c', - 'shapes.c', - 'text.c', - 'textures.c', - 'utils.c', - 'external/stb_vorbis.c', -] - -# use 'meson --default-library=static builddir' to build as static, if no builddir yet exists -# use 'mesonconf -Ddefault_library=static builddir' to change the type -raylib = library('raylib', - source_c, - dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep], - install : true, - version : '1.8.0') - |
