reactos/dll/win32/wing32/CMakeLists.txt
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

16 lines
343 B
CMake

spec2def(wing32.dll wing32.spec)
list(APPEND SOURCE
wing32.c
${CMAKE_CURRENT_BINARY_DIR}/wing32.def)
add_library(wing32 SHARED ${SOURCE})
set_module_type(wing32 win32dll UNICODE ENTRYPOINT 0)
add_importlibs(wing32 user32 gdi32 msvcrt)
add_dependencies(wing32 psdk)
add_cd_file(TARGET wing32 DESTINATION reactos/system32 FOR all)