Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / atactl / CMakeLists.txt
1
2 set_cpp()
3 add_definitions(-DUSER_MODE)
4 include_directories(${REACTOS_SOURCE_DIR}/drivers/storage/ide/uniata)
5 add_executable(atactl atactl.cpp atactl.rc)
6 set_module_type(atactl win32cui)
7 add_importlibs(atactl advapi32 msvcrt kernel32 ntdll)
8 add_cd_file(TARGET atactl DESTINATION reactos/system32 FOR all)