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:
authorSoumith Chintala <soumith@gmail.com>2015-07-31 01:29:56 +0300
committerSoumith Chintala <soumith@gmail.com>2015-07-31 01:29:56 +0300
commitc4fc6f5c8d8c93ed9fe531a584420a6baf2249a0 (patch)
tree0ddfc5144958806bb9fac3dde9da6ec61cc4026e
parent33e228e29d22faf5f8830a68fadb7ad8f362762e (diff)
parentbb125a753108b96ebd5662c69eaf4bbe837406a0 (diff)
Merge pull request #11 from samehkhamis/master
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