2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
add_executable(lodctr lodctr_main.c)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(lodctr win32cui UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(lodctr loadperf msvcrt kernel32)
|
|
|
|
add_cd_file(TARGET lodctr DESTINATION reactos/system32 FOR all)
|