mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
7 lines
No EOL
127 B
CMake
7 lines
No EOL
127 B
CMake
include_directories(inc)
|
|
|
|
add_definitions(-DUNICODE -D_UNICODE)
|
|
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
|
|
add_library(dnslib ${SOURCE}) |