Skip to content

Commit e14c2eb

Browse files
committed
Fix
1 parent c104bc7 commit e14c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endmacro(generic_flex)
6464
macro(generic_includes name)
6565
target_include_directories(${name}
6666
PUBLIC
67-
${CBMC_BINARY_DIR}
67+
${CBMC_BINARY_DIR}/src
6868
${CBMC_SOURCE_DIR}/src
6969
${CMAKE_CURRENT_BINARY_DIR}
7070
${CMAKE_CURRENT_SOURCE_DIR}

0 commit comments

Comments
 (0)