Skip to content

Commit d714331

Browse files
authored
Update CMakeLists.txt
add newline at end of file for CI
1 parent fc8e507 commit d714331

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
@@ -8,4 +8,4 @@ foreach(example ${ALL_EXAMPLES})
88
add_executable(beman.scope.examples.${example})
99
target_sources(beman.scope.examples.${example} PRIVATE ${example}.cpp)
1010
target_link_libraries(beman.scope.examples.${example} beman::scope)
11-
endforeach()
11+
endforeach()

0 commit comments

Comments
 (0)