mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
b02b04fc53
- More work on the dlls. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=49105
12 lines
329 B
CMake
12 lines
329 B
CMake
|
|
spec2def(d3d8thk ${CMAKE_CURRENT_SOURCE_DIR}/d3d8thk.spec ${CMAKE_CURRENT_BINARY_DIR}/d3d8thk.def)
|
|
|
|
add_library(d3d8thk SHARED d3d8thk.rc)
|
|
|
|
set_entrypoint(d3d8thk 0)
|
|
|
|
target_link_libraries(d3d8thk ${CMAKE_CURRENT_BINARY_DIR}/d3d8thk.def)
|
|
|
|
add_importlibs(d3d8thk gdi32)
|
|
|
|
add_dependencies(d3d8thk d3d8thk_def psdk buildno_header)
|