[CMAKE]: Add wmc to host tools, and export it as native-wmc.
[reactos.git] / lib / dnslib / CMakeLists.txt
1 include_directories(./inc)
2
3 file(GLOB_RECURSE SOURCE "*.c")
4
5 add_library(dnslib ${SOURCE})