mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WINDOWSCODECS]
Add wincodec_i.c to sources now it links svn path=/trunk/; revision=52281
This commit is contained in:
@@ -41,6 +41,12 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/windowscodecs.def)
|
||||
|
||||
#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()
|
||||
|
||||
add_library(windowscodecs SHARED ${SOURCE})
|
||||
|
||||
set_module_type(windowscodecs win32dll)
|
||||
|
||||
Reference in New Issue
Block a user