reactos/base/applications/regedit/clb/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

11 lines
210 B
CMake

spec2def(clb.dll clb.spec)
add_library(clb SHARED
clb.c
clb.rc
${CMAKE_CURRENT_BINARY_DIR}/clb.def)
set_module_type(clb win32dll UNICODE)
add_importlibs(clb user32 gdi32 comctl32 kernel32 ntdll)