[ITSS] Get the stubs file out of the source files list. #179

This commit is contained in:
Amine Khaldi 2017-12-09 23:21:04 +01:00
parent 18d6584da4
commit 1c4f4818ea

View file

@ -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)