Skip to content

Commit

Permalink
Merge pull request #17 from leonardt/unique-ptr
Browse files Browse the repository at this point in the history
Unique ptr
  • Loading branch information
leonardt committed Jul 19, 2019
2 parents 9c65f91 + 4af4200 commit 7ca3694
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 310 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.0)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")

option(VERILOGAST_BUILD_TESTS "Build all of verilogAST's own tests." OFF)

Expand Down
Loading

0 comments on commit 7ca3694

Please sign in to comment.