fixed cmake

This commit is contained in:
Yehonal
2017-12-21 00:48:33 +01:00
parent 17332304fd
commit 685a89e03f
34 changed files with 342 additions and 419 deletions

View File

@@ -0,0 +1,5 @@
# set installation prefix
if( PREFIX )
set(CMAKE_INSTALL_PREFIX "${PREFIX}")
endif()