mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[WINDOWSCODECS]
Fix build with gcc here as well svn path=/trunk/; revision=52283
This commit is contained in:
parent
ed01df0abc
commit
2494b475e3
1 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue