summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-28 18:16:26 +0200
committerMattes D <github@xoft.cz>2014-06-28 18:16:26 +0200
commit48639ee4d25268525d94b2da32924164ff055d82 (patch)
tree66f338f88624fc524b8e267921f3a7082a082bae
parentChanged include folders to work for Bindings, too. (diff)
downloadcuberite-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
-rw-r--r--src/CMakeLists.txt3
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