Fix Tests linkage (missed UserInfo.cpp in CMakeLists.txt)
authorMichael Schuster <michael@schuster.ms>
Fri, 14 Feb 2020 02:12:37 +0000 (03:12 +0100)
committerMichael Schuster <michael@schuster.ms>
Fri, 14 Feb 2020 02:12:37 +0000 (03:12 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
test/CMakeLists.txt

index 501ec9039af52c69fd4fecc84167d19dcd0b4e9d..343c2352339a3e68bff59dc652049b9c996c001b 100644 (file)
@@ -64,6 +64,7 @@ list(APPEND FolderMan_SRC ../src/gui/syncrunfilelog.cpp )
 list(APPEND FolderMan_SRC ../src/gui/lockwatcher.cpp )
 list(APPEND FolderMan_SRC ../src/gui/guiutility.cpp )
 list(APPEND FolderMan_SRC ../src/gui/navigationpanehelper.cpp )
+list(APPEND FolderMan_SRC ../src/gui/userinfo.cpp )
 list(APPEND FolderMan_SRC ../src/gui/connectionvalidator.cpp )
 list(APPEND FolderMan_SRC ../src/gui/clientproxy.cpp )
 list(APPEND FolderMan_SRC ../src/gui/ocsjob.cpp )
@@ -77,6 +78,7 @@ nextcloud_add_test(FolderMan "${FolderMan_SRC}")
 SET(RemoteWipe_SRC ../src/gui/remotewipe.cpp)
 list(APPEND RemoteWipe_SRC ../src/gui/clientproxy.cpp )
 list(APPEND RemoteWipe_SRC ../src/gui/guiutility.cpp )
+list(APPEND RemoteWipe_SRC ../src/gui/userinfo.cpp )
 list(APPEND RemoteWipe_SRC ../src/gui/connectionvalidator.cpp )
 list(APPEND RemoteWipe_SRC ../src/gui/ocsjob.cpp )
 list(APPEND RemoteWipe_SRC ../src/gui/ocsnavigationappsjob.cpp )