mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[GDIPLUS]
* Fix msvc build. svn path=/trunk/; revision=52262
This commit is contained in:
parent
16227e3c1e
commit
d5cc619dcd
1 changed files with 5 additions and 1 deletions
|
@ -23,10 +23,14 @@ list(APPEND SOURCE
|
|||
pen.c
|
||||
region.c
|
||||
stringformat.c
|
||||
#${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
||||
|
||||
if(MSVC)
|
||||
list(APPEND SOURCE
|
||||
${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c)
|
||||
endif()
|
||||
|
||||
add_library(gdiplus SHARED ${SOURCE})
|
||||
|
||||
set_module_type(gdiplus win32dll)
|
||||
|
|
Loading…
Reference in a new issue