mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
9fa710c813
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
30 lines
491 B
CMake
30 lines
491 B
CMake
|
|
set_unicode()
|
|
set_rc_compiler()
|
|
|
|
spec2def(timedate.cpl timedate.spec)
|
|
|
|
add_library(timedate SHARED
|
|
clock.c
|
|
dateandtime.c
|
|
internettime.c
|
|
monthcal.c
|
|
ntpclient.c
|
|
timedate.c
|
|
timezone.c
|
|
timedate.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/timedate.def)
|
|
|
|
set_module_type(timedate cpl)
|
|
|
|
add_importlibs(timedate
|
|
advapi32
|
|
user32
|
|
gdi32
|
|
comctl32
|
|
ws2_32
|
|
iphlpapi
|
|
msvcrt
|
|
kernel32)
|
|
|
|
add_cd_file(TARGET timedate DESTINATION reactos/system32 FOR all)
|