[CMAKE]
[reactos.git] / base / system / expand / CMakeLists.txt
1 add_definitions(-D_DLL -D__USE_CRTIMP)
2
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 add_executable(expand expand.c expand.rc)
6
7 set_module_type(expand win32cui)
8
9 add_importlibs(expand lz32 setupapi user32 msvcrt kernel32 ntdll)
10
11 add_cab_target(expand 1)