mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
b82a314189
svn path=/trunk/; revision=67421
6 lines
218 B
CMake
6 lines
218 B
CMake
|
|
add_executable(chklib chklib.c chklib.rc)
|
|
set_module_type(chklib win32cui)
|
|
target_link_libraries(chklib win32err)
|
|
add_importlibs(chklib msvcrt kernel32)
|
|
add_cd_file(TARGET chklib DESTINATION reactos/system32 FOR all)
|