mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
11 lines
301 B
CMake
11 lines
301 B
CMake
|
|
spec2def(iernonce.dll iernonce.spec)
|
|
|
|
add_library(iernonce SHARED
|
|
iernonce.c
|
|
iernonce.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/iernonce.def)
|
|
|
|
set_module_type(iernonce win32dll UNICODE)
|
|
add_importlibs(iernonce msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET iernonce DESTINATION reactos/system32 FOR all)
|