reactos/dll/cpl/wined3dcfg/CMakeLists.txt
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

25 lines
461 B
CMake

spec2def(wined3dcfg.cpl wined3dcfg.spec)
list(APPEND SOURCE
wined3dcfg.c
general.c
wined3dcfg.h)
add_library(wined3dcfg SHARED
${SOURCE}
wined3dcfg.rc
${CMAKE_CURRENT_BINARY_DIR}/wined3dcfg.def)
set_module_type(wined3dcfg cpl UNICODE)
add_importlibs(wined3dcfg
msvcrt
user32
comctl32
advapi32
kernel32)
add_pch(wined3dcfg wined3dcfg.h SOURCE)
add_cd_file(TARGET wined3dcfg DESTINATION reactos/system32 FOR all)