Sync with trunk (r49303)
[reactos.git] / base / system / expand / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
3
4 add_executable(expand expand.c expand.rc)
5
6 set_module_type(expand win32cui)
7
8 add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll)