Sync with trunk r58151 to bring the latest changes from Amine and Timo.
[reactos.git] / dll / nls / normaliz / CMakeLists.txt
1
2 spec2def(normaliz.dll normaliz.spec)
3
4 add_library(normaliz SHARED dummy.c ${CMAKE_CURRENT_BINARY_DIR}/normaliz.def)
5
6 set_entrypoint(normaliz 0)
7
8 add_importlibs(normaliz kernel32)
9
10 add_dependencies(normaliz psdk)