ELFIO/CMakeLists.txt
Michael Uman 5974123dc7 Added cmake files to build elfio
* Build all the examples in the project
2020-08-19 21:33:42 -07:00

7 lines
110 B
CMake

cmake_minimum_required(VERSION 3.17.3)
project(elfio)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(examples)