3 Commits (0.7)

Author SHA1 Message Date
Reion Wong 4e47d89f44
Update CMakeLists.txt 4 years ago
gesangtome c0936b93cb
Add flag: CMAKE_INSTALL_PREFIX
Define the installation path by specifying the value of CMAKE_INSTALL_PREFIX.

For example:

      mkdir build
      cd build
      cmake ../ -DCMAKE_INSTALL_PREFIX=/home/xxx/xxx
      make install

    Finally these files will be installed in '/home/xxx/xxx',
    This is useful for some developers or packagers.
4 years ago
revenmartin cb0ab5574a Init 4 years ago