trying to find a consistent and C++1x styled graph representation
This commit is contained in:
parent
f6c7f1adbb
commit
2e151b87c6
13 changed files with 528 additions and 31 deletions
|
@ -5,6 +5,6 @@ cmake_minimum_required(VERSION 3.8)
|
|||
|
||||
project(pixwerx)
|
||||
|
||||
set (CMAKE_CXX_STANDARD 14)
|
||||
set (CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue