-
CMake とは Unix における Make に相当するもの。 ビルドプロセスは CMakeLists.txt により制御される。
-
instalation (大体はこうだ) > cmake . > make > make install
-
よくわからないときなんかがあったらまあ、こうするとよいだろう。
%cmake –help-variable-list %cmake –help-variable CMAKE_ROOT cmake version 2.8.11 CMAKE_ROOT Install directory for running cmake.
This is the install root for the running CMake and the Modules directory can be found here. This is commonly used in this format: ${CMAKE_ROOT}/Modules
%