reactos/base/applications/extrac32/CMakeLists.txt
Jérôme Gardou 0196ce1ec8 [CMAKE]
- improve cacls build file
  - add control and extrac32 to build

svn path=/branches/cmake-bringup/; revision=48881
2010-09-25 17:42:29 +00:00

10 lines
202 B
CMake

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