reactos/dll/win32/wmi/CMakeLists.txt
Amine Khaldi 2f6d499617 [CMAKE]
- Move more dlls with no stubs into using def files instead of spec files.

svn path=/branches/cmake-bringup/; revision=49450
2010-11-02 20:23:56 +00:00

12 lines
230 B
CMake

add_library(wmi SHARED wmi.rc wmi.def)
if(NOT MSVC)
set_source_files_properties(wmi.def PROPERTIES EXTERNAL_OBJECT TRUE)
endif()
set_entrypoint(wmi 0)
add_importlibs(wmi advapi32)
add_dependencies(wmi psdk buildno_header)