[CMAKE]: Build all the remaining host tools/libraries (I think).
[reactos.git] / lib / dnslib / CMakeLists.txt
1 include_directories(./inc)
2
3 add_definitions(-DUNICODE -D_UNICODE)
4
5 file(GLOB_RECURSE SOURCE "*.c")
6
7 add_library(dnslib ${SOURCE})