* Sync up to trunk head (r65074).
[reactos.git] / base / system / expand / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/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)