mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-04-27 04:24:32 +00:00
7 lines
110 B
CMake
7 lines
110 B
CMake
cmake_minimum_required(VERSION 3.12.4)
|
|
|
|
project(elfio)
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
|
|
add_subdirectory(examples)
|