mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
certutil\asn.cpp(224): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data
14 lines
360 B
CMake
14 lines
360 B
CMake
|
|
list(APPEND SOURCE
|
|
asn.cpp
|
|
certutil.cpp
|
|
hashfile.cpp
|
|
precomp.h)
|
|
|
|
add_executable(certutil ${SOURCE})
|
|
set_module_type(certutil win32cui UNICODE)
|
|
target_link_libraries(certutil conutils)
|
|
add_importlibs(certutil crypt32 advapi32 msvcrt kernel32)
|
|
add_pch(certutil precomp.h SOURCE)
|
|
add_cd_file(TARGET certutil DESTINATION reactos/system32 FOR all)
|