Relative Content

Tag Archive for c++cmakeinclude

how to include zstd in cmake?

im trying to include zstd into my project and currently it kind of is included but it’s being linked to the main executable at the end of the cmakelist file and thus except for the main file nothing can acces zstd.h. i want to use zstd globally in project folder so that if i make a test file and try to access zstd.h it works. currently im using c. currently my cmakelist looks like this