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