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

@ -20,4 +20,6 @@ set_target_properties(maxpasswd PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_RPATH}:
target_link_libraries(maxpasswd utils log_manager ssl aio pthread crypt dl ${EMBEDDED_LIB} crypto inih z rt m)
install(TARGETS maxpasswd DESTINATION bin)
add_subdirectory(test)
if(BUILD_TESTS)
add_subdirectory(test)
endif()