mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
7 lines
No EOL
174 B
CMake
7 lines
No EOL
174 B
CMake
|
|
add_executable(autochk WIN32 autochk.c autochk.rc)
|
|
|
|
set_module_type(autochk nativecui)
|
|
|
|
target_link_libraries(autochk mingw_common nt)
|
|
add_importlibs(autochk kernel32 ntdll) |