Skip to content

Commit e405f77

Browse files
committed
Fix out of tree builds
1 parent dc61691 commit e405f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -O2")
1212

1313
# add the binary tree to the search path for include files
1414
include_directories(${PROJECT_SOURCE_DIR})
15+
include_directories(${CMAKE_CURRENT_BINARY_DIR})
1516
include_directories(parser-verilog)
1617

1718

0 commit comments

Comments
 (0)