reactos/dll/win32/iernonce/CMakeLists.txt
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

11 lines
285 B
CMake

spec2def(iernonce.dll iernonce.spec)
add_library(iernonce SHARED
iernonce.c
${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)