Skip to content

Commit

Permalink
Fix typo in README.md, cmake section
Browse files Browse the repository at this point in the history
closes #196
  • Loading branch information
rsjbailey committed Feb 26, 2025
1 parent 5fc8886 commit a5766c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ project(libadm_example VERSION 1.0.0 LANGUAGES CXX)
find_package(adm REQUIRED)
add_executable(examples example.cpp)
add_executable(example example.cpp)
target_link_libraries(example PRIVATE adm)
```

Expand Down

0 comments on commit a5766c7

Please sign in to comment.