reactos/base/system/autochk/CMakeLists.txt

7 lines
136 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)