Add missing dependency in CMakeList.txt
This commit is contained in:
parent
e241abc9df
commit
ad216d86f6
4 changed files with 5 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue