f760e7bced70f43f5b9e27b70368f56becd1d73a
[reactos.git] / base / applications / extrac32 / CMakeLists.txt
1
2 add_executable(extrac32 extrac32.c)
3
4 set_unicode(extrac32 yes)
5
6 set_module_type(extrac32 win32gui)
7
8 target_link_libraries(extrac32 wine)
9
10 add_importlibs(extrac32 shell32 setupapi shlwapi user32 msvcrt)