C: Difference between revisions

imported>Mic92
improve nix-shell markup
imported>Mic92
fix markup
Line 153: Line 153:
== cmake ==
== cmake ==


Similar to `pkg-config` `cmake` relies on the <code>$CMAKE_PREFIX_PATH</code> to finds its modules (files ending in <code>.cmake</code>). Also see this example:
Similar to <code>pkg-config</code> <code>cmake</code> relies on the <code>$CMAKE_PREFIX_PATH</code> to finds its modules (files ending in <code>.cmake</code>). Also see this example:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>