summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 21:18:06 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 21:18:06 +0200
commitad216d86f6573e3575e85f3a2941f6f34b5b1c0e (patch)
treec8a0b87180cc188ff2ed8ce69101f2f7adf03efc /CMakeLists.txt
parente241abc9df586cce683d6ae89e1d02c13084a10f (diff)
Add missing dependency in CMakeList.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c822dc4..4ab2346 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,5 +14,5 @@ set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
cmake_minimum_required(VERSION 2.6)
#Add source directory
-add_subdirectory(src)
+add_subdirectory(./src)