reactos/base/applications/extrac32/CMakeLists.txt

10 lines
208 B
CMake
Raw Normal View History

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)