diff options
author | Mattes D <github@xoft.cz> | 2014-06-28 18:16:26 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-06-28 18:16:26 +0200 |
commit | 48639ee4d25268525d94b2da32924164ff055d82 (patch) | |
tree | 66f338f88624fc524b8e267921f3a7082a082bae /src | |
parent | Changed include folders to work for Bindings, too. (diff) | |
download | cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar.gz cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar.bz2 cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar.lz cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar.xz cuberite-48639ee4d25268525d94b2da32924164ff055d82.tar.zst cuberite-48639ee4d25268525d94b2da32924164ff055d82.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dab97003e..2f4d6ea13 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -119,7 +119,8 @@ if (NOT MSVC) # lib dependencies are not included - + include_directories ("${CMAKE_CURRENT_SOURCE_DIR}/../lib/polarssl/include") + #add cpp files here add_library(Bindings Bindings/Bindings |