DefineInstallationPaths.cmake 318 B

12345678910
  1. SET(INCLUDE_INSTALL_DIR
  2. "${CMAKE_INSTALL_PREFIX}/include"
  3. CACHE PATH "The subdirectory to the header prefix (default prefix/include)"
  4. )
  5. SET(LIB_INSTALL_DIR
  6. "${CMAKE_INSTALL_PREFIX}/lib"
  7. CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is prefix/lib)"
  8. )