LINK_DIRECTORIES(/usr/lib)
ADD_LIBRARY(modelsLib
model.cpp
user.cpp
user_data.cpp
account_data.cpp
)
INCLUDE_DIRECTORIES(/usr/include ../)
