--- CMakeLists.txt	2017-10-27 00:03:55.599739950 +0200
+++ CMakeLists.txt	2017-10-26 23:56:03.777725953 +0200
@@ -43,13 +43,13 @@
 )
 
 target_link_libraries (fragview
-	${GTKMM_LIBRARIES}
 	clusters
+	${GTKMM_LIBRARIES}
 )
 
 target_link_libraries (fileseverity
-	${GLIBMM_LIBRARIES}
 	clusters
+	${GLIBMM_LIBRARIES}
 )
 
 add_executable (fragdb
@@ -57,11 +57,12 @@
 )
 
 target_link_libraries (fragdb
+	clusters
 	${GLIBMM_LIBRARIES}
 	${SQLITE3_LIBRARIES}
-	clusters
 )
 
 install (TARGETS fileseverity fragdb fragview
 	RUNTIME DESTINATION "bin"
 )
+
