reactos/dll/win32/wshirda/CMakeLists.txt
Sylvain Petreolle 89271fe38d [CMAKE]
Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake.
Fix pch use in fmifs.
Enable remaining dlls in dll/win32/CMakeLists.txt.

svn path=/branches/cmake-bringup/; revision=49230
2010-10-22 19:40:56 +00:00

13 lines
400 B
CMake

set_unicode()
spec2def(wshirda ${CMAKE_CURRENT_SOURCE_DIR}/wshirda.spec ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
add_library(wshirda SHARED wshirda.c wshirda.rc)
set_module_type(wshirda win32dll)
target_link_libraries(wshirda ${CMAKE_CURRENT_BINARY_DIR}/wshirda.def)
add_importlibs(wshirda ws2_32 kernel32 ntdll)
add_dependencies(wshirda wshirda_def)
add_livecd_target(wshirda reactos/system32)