diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-29 21:18:06 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-04-29 21:18:06 +0200 |
| commit | ad216d86f6573e3575e85f3a2941f6f34b5b1c0e (patch) | |
| tree | c8a0b87180cc188ff2ed8ce69101f2f7adf03efc /CMakeLists.txt | |
| parent | e241abc9df586cce683d6ae89e1d02c13084a10f (diff) | |
Add missing dependency in CMakeList.txt
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
