mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[ITSS] Get the stubs file out of the source files list. #179
This commit is contained in:
parent
18d6584da4
commit
1c4f4818ea
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue