include_directories(${INCLUDES}) mad_library(Client export.h Authenticators/ChallengeResponseAuthenticator.h Authenticators/ChallengeResponseAuthenticator.cpp Authenticators/PasswordAuthenticator.h Authenticators/PasswordAuthenticator.cpp Requests/DaemonCommandRequest.h Requests/DaemonCommandRequest.cpp Requests/DaemonFSInfoRequest.h Requests/DaemonFSInfoRequest.cpp Requests/DaemonListRequest.h Requests/DaemonStatusRequest.h Requests/DaemonStatusRequest.cpp Application.cpp Application.h CommandParser.cpp CommandParser.h InformationManager.cpp InformationManager.h PasswordReader.cpp PasswordReader.h SystemCommands.cpp SystemCommands.h UserCommands.cpp UserCommands.h ) target_link_libraries(Client Common Net Core)