mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
7 lines
229 B
CMake
7 lines
229 B
CMake
|
|
add_executable(tlist tlist.c tlist.rc)
|
|
set_module_type(tlist win32cui)
|
|
target_link_libraries(tlist epsapi getopt)
|
|
add_importlibs(tlist ntdll user32 msvcrt kernel32)
|
|
add_cd_file(TARGET tlist DESTINATION reactos/system32 FOR all)
|