mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
6bfe4f68af
CORE-9444
8 lines
299 B
CMake
8 lines
299 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(label label.c label.rc)
|
|
set_module_type(label win32cui UNICODE)
|
|
target_link_libraries(label conutils ${PSEH_LIB})
|
|
add_importlibs(label user32 msvcrt kernel32)
|
|
add_cd_file(TARGET label DESTINATION reactos/system32 FOR all)
|