Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamehkhamis <sameh.khamis@gmail.com>2015-07-31 00:24:26 +0300
committersamehkhamis <sameh.khamis@gmail.com>2015-07-31 00:24:26 +0300
commitbb125a753108b96ebd5662c69eaf4bbe837406a0 (patch)
tree0ddfc5144958806bb9fac3dde9da6ec61cc4026e
parent9ec3db1dcf383e593ba6e3f4138e5092286ee99a (diff)
Compiling under Windows
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 26574dd..218b49f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,7 @@ FIND_PACKAGE(Qt4 REQUIRED)
# Include Lua Files
FIND_PACKAGE(Lua REQUIRED)
INCLUDE_DIRECTORIES(${LUA_INCDIR})
+LINK_DIRECTORIES(${LUA_LIBDIR})
## Hard to check because of issues with RPATH
## The compiled program looks for the lua library