How to have cmake detect C++ libraries installed by nix

前端 未结 0 1626
温柔的废话
温柔的废话 2020-12-30 16:21

This is my default.nix in my directory:

{ pkgs ? (import  {})
  , source ? ./.
 }:
 with pkgs;
 stdenv.mkDerivation rec {
    name = "vulk         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题