projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
18d6584
)
[ITSS] Get the stubs file out of the source files list. #179
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 9 Dec 2017 22:21:04 +0000
(23:21 +0100)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 9 Dec 2017 22:21:22 +0000
(23:21 +0100)
dll/win32/itss/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/dll/win32/itss/CMakeLists.txt
b/dll/win32/itss/CMakeLists.txt
index
d45b8dd
..
0dbf580
100644
(file)
--- a/
dll/win32/itss/CMakeLists.txt
+++ b/
dll/win32/itss/CMakeLists.txt
@@
-10,13
+10,13
@@
list(APPEND SOURCE
moniker.c
protocol.c
storage.c
- precomp.h
- ${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c)
+ precomp.h)
add_library(itss SHARED
${SOURCE}
guid.c
rsrc.rc
+ ${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
set_module_type(itss win32dll)