diff options
author | andrew <xdotftw@gmail.com> | 2014-03-02 10:12:29 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-03-02 10:12:29 +0100 |
commit | 68b75f7b7a2ff09b55526c80f4201c029fae7ce7 (patch) | |
tree | 808314f2d5cf40cd3e9da838cba36fa5909945aa /src/CMakeLists.txt | |
parent | Exported cBlockInfo (diff) | |
download | cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar.gz cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar.bz2 cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar.lz cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar.xz cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.tar.zst cuberite-68b75f7b7a2ff09b55526c80f4201c029fae7ce7.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 387556775..5e0731264 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -95,6 +95,7 @@ if (NOT MSVC) #add cpp files here add_library(Bindings Bindings/Bindings + Bindings/DeprecatedBindings Bindings/LuaChunkStay Bindings/LuaState Bindings/LuaWindow |