mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[ITSS] Get the stubs file out of the source files list. #179
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user