mnezerka / dnslib

Simple C++ library designed for encoding and decoding of DNS protocol packets
62 stars 23 forks source link

build dnslib as a static library #8

Closed leftbyte closed 4 years ago

leftbyte commented 4 years ago

Change the cmake file to build the core code as a static library to be more easily incorporated in other projects.