mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINDOWSCODECS]
Fix build with gcc here as well svn path=/trunk/; revision=52283
This commit is contained in:
@@ -41,11 +41,11 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs.def)
|
||||
|
||||
#if(MSVC)
|
||||
if(MSVC)
|
||||
set_source_files_properties(${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c PROPERTIES GENERATED TRUE)
|
||||
list(APPEND SOURCE
|
||||
${REACTOS_BINARY_DIR}/include/psdk/wincodec_i.c)
|
||||
#endif()
|
||||
endif()
|
||||
|
||||
add_library(windowscodecs SHARED ${SOURCE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user