Created
July 19, 2022 16:19
-
-
Save KartikShrivastava/fc42bdb0402b995dc7e1454aa4d1672c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find_library(LIB_ZSTD NAMES zstd) | |
target_link_libraries(${LIB_EGM} PRIVATE ${LIB_ZSTD}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment