[CMAKE]
[reactos.git] / base / applications / regedit / clb / CMakeLists.txt
1
2 spec2def(clb.dll clb.spec)
3
4 set_unicode()
5 set_rc_compiler()
6
7 add_library(clb SHARED
8 clb.c
9 clb.rc
10 ${CMAKE_CURRENT_BINARY_DIR}/clb.def)
11
12 set_module_type(clb win32dll)
13
14
15 add_importlibs(clb user32 gdi32 comctl32 kernel32 ntdll)
16