mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[CMAKE]
- Formatting. No code change. svn path=/branches/cmake-bringup/; revision=48444
This commit is contained in:
parent
fb995372b0
commit
53edf4d8fa
9 changed files with 12 additions and 21 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue