mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 05:12:38 +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
|
moniker.c
|
||||||
protocol.c
|
protocol.c
|
||||||
storage.c
|
storage.c
|
||||||
precomp.h
|
precomp.h)
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c)
|
|
||||||
|
|
||||||
add_library(itss SHARED
|
add_library(itss SHARED
|
||||||
${SOURCE}
|
${SOURCE}
|
||||||
guid.c
|
guid.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
|
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
|
||||||
|
|
||||||
set_module_type(itss win32dll)
|
set_module_type(itss win32dll)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue