reactos/dll/directx/wine/d3dx9_41/CMakeLists.txt
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

32 lines
593 B
CMake

set_rc_compiler()
spec2def(d3dx9_41.dll d3dx9_41.spec)
list(APPEND SOURCE
d3dx9_41_main.c
version.rc
${CMAKE_CURRENT_BINARY_DIR}/d3dx9_41.def)
add_definitions(-D__WINESRC__)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
add_library(d3dx9_41 SHARED ${SOURCE})
set_module_type(d3dx9_41 win32dll)
target_link_libraries(d3dx9_41
wine)
add_importlibs(d3dx9_41
d3dx9_36
d3d9
user32
gdi32
advapi32
msvcrt
kernel32
ntdll)
add_dependencies(d3dx9_41 wineheaders)
add_cd_file(TARGET d3dx9_41 DESTINATION reactos/system32 FOR all)