mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
10 lines
283 B
CMake
10 lines
283 B
CMake
|
|
list(APPEND SOURCE
|
|
sysicon.c
|
|
sysicon.rc)
|
|
|
|
add_executable(sysicon ${SOURCE})
|
|
target_link_libraries(sysicon ${PSEH_LIB})
|
|
set_module_type(sysicon win32gui UNICODE)
|
|
add_importlibs(sysicon gdi32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET sysicon DESTINATION reactos/bin FOR all)
|