reactos/dll/win32/winfax/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

16 lines
337 B
CMake

spec2def(winfax.dll winfax.spec)
list(APPEND SOURCE
winfax.c
winfax.rc
${CMAKE_CURRENT_BINARY_DIR}/winfax.def)
add_library(winfax SHARED ${SOURCE})
set_module_type(winfax win32dll)
add_importlibs(winfax msvcrt kernel32 ntdll)
add_dependencies(winfax psdk)
add_cd_file(TARGET winfax DESTINATION reactos/system32 FOR all)