Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / base / applications / cmdutils / lodctr / CMakeLists.txt
1
2
3 add_executable(lodctr lodctr_main.c)
4
5 set_module_type(lodctr win32cui UNICODE)
6 add_importlibs(lodctr loadperf msvcrt kernel32)
7 add_cd_file(TARGET lodctr DESTINATION reactos/system32 FOR all)