mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
fd229355cc
Livecd: Add base/ modules. svn path=/branches/cmake-bringup/; revision=49224
8 lines
No EOL
218 B
CMake
8 lines
No EOL
218 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)
|
|
add_livecd_target(autochk reactos/system32) |