reactos/base/system/autochk/CMakeLists.txt

7 lines
174 B
CMake
Raw Normal View History

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)