diff --git a/lib/sdk/delayimp/CMakeLists.txt b/lib/sdk/delayimp/CMakeLists.txt index 5153faf6641..bc83659603a 100644 --- a/lib/sdk/delayimp/CMakeLists.txt +++ b/lib/sdk/delayimp/CMakeLists.txt @@ -1,5 +1,4 @@ + add_definitions(-DUNICODE -D_UNICODE) - file(GLOB_RECURSE SOURCE "*.c") - -add_library(delayimp ${SOURCE}) \ No newline at end of file +add_library(delayimp ${SOURCE}) diff --git a/lib/sdk/dxguid/CMakeLists.txt b/lib/sdk/dxguid/CMakeLists.txt index f2afd8641c4..d822e214747 100644 --- a/lib/sdk/dxguid/CMakeLists.txt +++ b/lib/sdk/dxguid/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(dxguid ${SOURCE}) \ No newline at end of file +add_library(dxguid ${SOURCE}) diff --git a/lib/sdk/ioevent/CMakeLists.txt b/lib/sdk/ioevent/CMakeLists.txt index 41a29006180..c24bed38f73 100644 --- a/lib/sdk/ioevent/CMakeLists.txt +++ b/lib/sdk/ioevent/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(ioevent ${SOURCE}) \ No newline at end of file +add_library(ioevent ${SOURCE}) diff --git a/lib/sdk/nt/CMakeLists.txt b/lib/sdk/nt/CMakeLists.txt index 26e574a2121..94b88ccda56 100644 --- a/lib/sdk/nt/CMakeLists.txt +++ b/lib/sdk/nt/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(nt ${SOURCE}) \ No newline at end of file +add_library(nt ${SOURCE}) diff --git a/lib/sdk/scrnsave/CMakeLists.txt b/lib/sdk/scrnsave/CMakeLists.txt index 4e1ee587708..621b9b69fad 100644 --- a/lib/sdk/scrnsave/CMakeLists.txt +++ b/lib/sdk/scrnsave/CMakeLists.txt @@ -1,5 +1,4 @@ + add_definitions(-DUNICODE -D_UNICODE) - file(GLOB_RECURSE SOURCE "*.c") - -add_library(scrnsave ${SOURCE}) \ No newline at end of file +add_library(scrnsave ${SOURCE}) diff --git a/lib/sdk/strmiids/CMakeLists.txt b/lib/sdk/strmiids/CMakeLists.txt index 5efe2b546fe..69585eb07ee 100644 --- a/lib/sdk/strmiids/CMakeLists.txt +++ b/lib/sdk/strmiids/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(strmiids ${SOURCE}) \ No newline at end of file +add_library(strmiids ${SOURCE}) diff --git a/lib/sdk/uuid/CMakeLists.txt b/lib/sdk/uuid/CMakeLists.txt index a6d261c31da..19a9efd46e7 100644 --- a/lib/sdk/uuid/CMakeLists.txt +++ b/lib/sdk/uuid/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(uuid ${SOURCE}) \ No newline at end of file +add_library(uuid ${SOURCE}) diff --git a/lib/sdk/wdmguid/CMakeLists.txt b/lib/sdk/wdmguid/CMakeLists.txt index 4bf751bb4e6..45f5b02a495 100644 --- a/lib/sdk/wdmguid/CMakeLists.txt +++ b/lib/sdk/wdmguid/CMakeLists.txt @@ -1,4 +1,3 @@ file(GLOB_RECURSE SOURCE "*.c") - -add_library(wdmguid ${SOURCE}) \ No newline at end of file +add_library(wdmguid ${SOURCE}) diff --git a/lib/smlib/CMakeLists.txt b/lib/smlib/CMakeLists.txt index 639454c5313..efb6de6caa2 100644 --- a/lib/smlib/CMakeLists.txt +++ b/lib/smlib/CMakeLists.txt @@ -1,5 +1,4 @@ + include_directories(${REACTOS_SOURCE_DIR}/include/reactos/subsys) - file(GLOB_RECURSE SOURCE "*.c") - -add_library(smlib ${SOURCE}) \ No newline at end of file +add_library(smlib ${SOURCE})