Added more build options and README changes

This commit is contained in:
Markus Makela
2014-09-15 11:48:40 +03:00
parent 4c41dea6fb
commit 48012cd571
9 changed files with 56 additions and 15 deletions

View File

@ -43,4 +43,8 @@ macro(set_variables)
# Install init.d scripts and ldconf configuration files
set(INSTALL_SYSTEM_FILES TRUE CACHE BOOL "Install init.d scripts and ldconf configuration files")
endmacro()
# Build tests
set(BUILD_TESTS TRUE CACHE BOOL "Build tests")
endmacro()