mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
9c589bb131
svn path=/branches/shell-experiments/; revision=62756
10 lines
307 B
CMake
10 lines
307 B
CMake
|
|
set_cpp()
|
|
|
|
add_definitions(-DUSER_MODE)
|
|
include_directories(${REACTOS_SOURCE_DIR}/drivers/storage/ide/uniata)
|
|
add_executable(atactl atactl.cpp atactl.rc)
|
|
set_module_type(atactl win32cui)
|
|
add_importlibs(atactl advapi32 msvcrt kernel32 ntdll)
|
|
|
|
add_cd_file(TARGET atactl DESTINATION reactos/system32 FOR all)
|