しかし、ただCMakeに書き直すだけだとメリット薄い気がしたので、CMakeで吐き出すビルドスクリプトをMakefileじゃなくて、ドチャクソ速いと巷で噂の Ninja にも対応してみる事に。ビルドが速くなればそのぶん仕事サボれる時間が増えるからハッピーやね!(←ここ大事) ...
※2020年に別ブログで書いた記事の移植版です。 includeディレクトリを洗い出そう CMakeでコンパイラに対してinclude対象のディレクトリを設定するには、include_directories() だとか target_include_directories() がある。現在の推奨は後者らしいのだが、俺の場合わりと小 ...
When looking through a large list of projects, one thing becomes apparent: a description of the build process always is stored in a group of files. These files can be simple shell scripts, Makefiles, ...
-DSHERPA_ONNX_LINUX_ARM64_GPU_ONNXRUNTIME_VERSION=1.11.0 to cmake (You need to make sure CUDA 10.2 is available on your board). If you use Jetson Orin NX, then please ...
set(onnxruntime_URL "https://github.com/csukuangfj/onnxruntime-libs/releases/download/v1.14.1/onnxruntime-linux-riscv64-glibc2_17-Release-1.14.1.zip") set(onnxruntime ...
So missing Qt components can be installed automatically instead of popping up cryptic errors. Review existing CMake project ...