reactos/dll/cpl/joy/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

20 lines
374 B
CMake

set_unicode()
spec2def(joy ${CMAKE_CURRENT_SOURCE_DIR}/joy.spec ${CMAKE_CURRENT_BINARY_DIR}/joy.def)
add_library(joy SHARED joy.c joy.rc)
set_module_type(joy cpl)
target_link_libraries(joy ${CMAKE_CURRENT_BINARY_DIR}/joy.def uuid)
add_importlibs(joy
user32
comctl32
ole32
shell32)
add_dependencies(joy joy_def)
add_livecd_target(joy reactos/system32)