reactos/dll/cpl/intl/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

34 lines
508 B
CMake

spec2def(intl.cpl intl.spec)
add_library(intl SHARED
currency.c
date.c
generalp.c
intl.c
inplocale.c
numbers.c
time.c
misc.c
kblayouts.c
languages.c
advanced.c
sort.c
intl.rc
${CMAKE_CURRENT_BINARY_DIR}/intl.def)
set_module_type(intl cpl UNICODE)
add_importlibs(intl
msvcrt
user32
comctl32
advapi32
setupapi
shell32
kernel32
ntdll)
add_pch(intl intl.h)
add_cd_file(TARGET intl DESTINATION reactos/system32 FOR all)