On all platforms, output library to lib folder in cmake build

This commit is contained in:
baldurk
2019-01-03 12:43:32 +00:00
parent 5e269189b4
commit 14c110ce58
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ os.environ["PATH"] += os.pathsep + os.path.abspath(binpath + 'Development/')
os.environ["PATH"] += os.pathsep + os.path.abspath(binpath + 'Release/')
# path to module libraries for linux
sys.path.insert(0, os.path.abspath('../build/bin'))
sys.path.insert(0, os.path.abspath('../build/lib'))
sys.path.insert(0, os.path.abspath('sphinx_exts'))