reactos/reactos/base/applications/regedit/clb/CMakeLists.txt
Timo Kreuzer fae2044a23 [CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783
2011-05-16 13:12:07 +00:00

14 lines
239 B
CMake

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