reactos/base/applications/extrac32/CMakeLists.txt
Jérôme Gardou b0ce92bdb2 [CMAKE]
- fix msvc extrac32 build

svn path=/branches/cmake-bringup/; revision=48950
2010-09-30 22:05:12 +00:00

10 lines
208 B
CMake

add_executable(extrac32 extrac32.c)
set_unicode(extrac32 yes)
set_module_type(extrac32 win32gui)
target_link_libraries(extrac32 wine)
add_importlibs(extrac32 ntdll shell32 setupapi shlwapi user32 msvcrt)