mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
10 lines
210 B
CMake
10 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)
|