File: directories.cmake

package info (click to toggle)
laszip 3.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,836 kB
  • sloc: cpp: 27,637; ansic: 1,494; sh: 198; makefile: 127; python: 31
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
if(NOT ROOT_DIR)
    message(FATAL_ERROR "ROOT_DIR must be set in top-level CMakeLists.txt")
endif()
set(LASZIP_SRC_DIR ${ROOT_DIR}/src)
set(LASZIP_CMAKE_DIR ${ROOT_DIR}/cmake)
set(LASZIP_INCLUDE_DIR ${ROOT_DIR}/include)