Skip to content

Commit f9182b9

Browse files
committed
fix example includes - try 2
1 parent 18138e4 commit f9182b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ message("Examples to be built: ${ALL_EXAMPLES}")
77
foreach(example ${ALL_EXAMPLES})
88
add_executable(${example})
99
target_sources(${example} PRIVATE ${example}.cpp)
10-
target_include_directories(${exxswample} PRIVATE ${CMAKE_SOURCE_DIR}/include)
10+
target_include_directories(${example} PRIVATE ${CMAKE_SOURCE_DIR}/include)
1111
endforeach()

0 commit comments

Comments
 (0)