blob: e36af5e9275d8b82dab4390d672ddc7276c5ddf5 [file] [log] [blame]
# Choose a reasonably modern but compatible version of CMake.
#
# At time of writing, CMake 3.5.1 was the version in the oldest supported
# Ubuntu LTS release (Xenial). Fedora, CentOS (with cmake3), Homebrew,
# and Chocolatey all provided at least 3.5.1 as well.
cmake_minimum_required(VERSION 3.5.1)
project(safeside VERSION 0.1.0 LANGUAGES C CXX)
add_subdirectory(demos)
add_subdirectory(third_party/kmod)