* Sync up to trunk head (r64829).
[reactos.git] / win32ss / user / winsrv / consrv.cmake
index c78700d..0f5545c 100644 (file)
@@ -33,8 +33,7 @@ list(APPEND CONSRV_SOURCE
     consrv/frontends/gui/text.c
     consrv/frontends/tui/tuiterm.c
     # consrv/consrv.rc
-    consrv/consrv.h
-    )
+    consrv/consrv.h)
 
 #
 # Explicitely enable MS extensions to be able to use unnamed (anonymous) nested structs.
@@ -53,9 +52,7 @@ add_library(consrv ${CONSRV_SOURCE})
 add_dependencies(consrv psdk)
 add_pch(consrv consrv/consrv.h CONSRV_SOURCE)
 #add_object_library(consrv ${CONSRV_SOURCE})
-
 list(APPEND CONSRV_IMPORT_LIBS psapi)
 list(APPEND CONSRV_DELAY_IMPORT_LIBS ole32)
 list(APPEND CONSRV_TARGET_LINK_LIBS uuid)
-
 set_module_type(consrv module UNICODE)