We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc61691 commit e405f77Copy full SHA for e405f77
CMakeLists.txt
@@ -12,6 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -O2")
12
13
# add the binary tree to the search path for include files
14
include_directories(${PROJECT_SOURCE_DIR})
15
+include_directories(${CMAKE_CURRENT_BINARY_DIR})
16
include_directories(parser-verilog)
17
18
0 commit comments