blob: 12c7c0e7462df1e7657179c40827ef087d349571 [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(kernel_modules)