Skip to content

Commit

Permalink
Fix out of tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gephaistos committed Jul 19, 2021
1 parent dc61691 commit e405f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -O2")

# add the binary tree to the search path for include files
include_directories(${PROJECT_SOURCE_DIR})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
include_directories(parser-verilog)


Expand Down

0 comments on commit e405f77

Please sign in to comment.