ozonesecurity / ozonebase

Open Source, MIT licensed, SDK for Video Innovation & CCTV solutions http://ozone.network
Other
102 stars 49 forks source link

simplify includes and libraries #10

Open pliablepixels opened 8 years ago

pliablepixels commented 8 years ago

Ideally, to create a server implementation, a single header include and a single library include will be a very low barrier to entry for a 3rd party person wanting to get a quick start. He should be able to copy a lib and a header to his own dir and write a simple_example with just g++ example.cpp -lozoneserver -I. or something

pliablepixels commented 8 years ago

Let's do this after namespacing and cmake #5 #9