[SHELL32_APITEST] Follow-up to #6796 (25e2f5f)
[reactos.git] / base / system / expand / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
3 add_executable(expand expand.c expand.rc)
4 set_module_type(expand win32cui)
5 add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll)
6 add_cd_file(TARGET expand DESTINATION reactos/system32 FOR all)