1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

cmake/libantelopeConfig.cmake.in: fix a typo in the documentation.

This commit is contained in:
Henrik Hautakoski 2023-04-06 14:39:21 +02:00
parent 6824a2f49e
commit 923384025a

View file

@ -8,7 +8,7 @@
# find_package(libantelope 0.1) # any 0.1.x, but the library is optional.
# find_package(libeantelope 0.1.0) # 0.1.0 or greater, but the library is optional.
#
# Then you just link the you target with eoskeygen target:
# Then you just link the you target with libantelope target:
#
# target_link_libraries( ${PROGRAM_EXE} PUBLIC libantelope )
#