mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[CMAKE]
- Formatting. No code change. svn path=/branches/cmake-bringup/; revision=48444
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(delayimp ${SOURCE})
|
||||
add_library(delayimp ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(dxguid ${SOURCE})
|
||||
add_library(dxguid ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(ioevent ${SOURCE})
|
||||
add_library(ioevent ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(nt ${SOURCE})
|
||||
add_library(nt ${SOURCE})
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
add_definitions(-DUNICODE -D_UNICODE)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(scrnsave ${SOURCE})
|
||||
add_library(scrnsave ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(strmiids ${SOURCE})
|
||||
add_library(strmiids ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(uuid ${SOURCE})
|
||||
add_library(uuid ${SOURCE})
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(wdmguid ${SOURCE})
|
||||
add_library(wdmguid ${SOURCE})
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
|
||||
add_library(smlib ${SOURCE})
|
||||
add_library(smlib ${SOURCE})
|
||||
|
||||
Reference in New Issue
Block a user