mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:53:42 +00:00
8 lines
160 B
CMake
8 lines
160 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(lodctr lodctr_main.c)
|
|
|
|
set_module_type(lodctr win32cui)
|
|
add_importlibs(lodctr loadperf msvcrt kernel32)
|
|
add_cab_target(lodctr 1)
|