Changeset 1572:91621a850c3b
- Timestamp:
- 02/12/10 11:08:36 (6 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
src/CMakeLists.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CMakeLists.txt
r1480 r1572 40 40 ${LIBLAS_HEADERS_DIR}/exception.hpp 41 41 ${LIBLAS_HEADERS_DIR}/guid.hpp 42 ${LIBLAS_HEADERS_DIR}/interfaces.hpp 42 43 ${LIBLAS_HEADERS_DIR}/iterator.hpp 43 44 ${LIBLAS_HEADERS_DIR}/lasclassification.hpp 44 45 ${LIBLAS_HEADERS_DIR}/lascolor.hpp 45 46 ${LIBLAS_HEADERS_DIR}/laserror.hpp 46 ${LIBLAS_HEADERS_DIR}/lasf ile.hpp47 ${LIBLAS_HEADERS_DIR}/lasformat.hpp 47 48 ${LIBLAS_HEADERS_DIR}/lasheader.hpp 48 49 ${LIBLAS_HEADERS_DIR}/laspoint.hpp … … 56 57 SET(LIBLAS_DETAIL_HPP 57 58 ${LIBLAS_HEADERS_DIR}/detail/endian.hpp 58 ${LIBLAS_HEADERS_DIR}/detail/file.hpp59 59 ${LIBLAS_HEADERS_DIR}/detail/fwd.hpp 60 ${LIBLAS_HEADERS_DIR}/detail/reader.hpp 61 ${LIBLAS_HEADERS_DIR}/detail/reader10.hpp 62 ${LIBLAS_HEADERS_DIR}/detail/reader11.hpp 63 ${LIBLAS_HEADERS_DIR}/detail/reader12.hpp 60 ${LIBLAS_HEADERS_DIR}/detail/reader/reader.hpp 61 ${LIBLAS_HEADERS_DIR}/detail/reader/header.hpp 62 ${LIBLAS_HEADERS_DIR}/detail/reader/point.hpp 64 63 ${LIBLAS_HEADERS_DIR}/detail/sha1.hpp 65 64 ${LIBLAS_HEADERS_DIR}/detail/sharedptr.hpp 66 65 ${LIBLAS_HEADERS_DIR}/detail/timer.hpp 67 66 ${LIBLAS_HEADERS_DIR}/detail/utility.hpp 68 ${LIBLAS_HEADERS_DIR}/detail/writer .hpp69 ${LIBLAS_HEADERS_DIR}/detail/writer 10.hpp70 ${LIBLAS_HEADERS_DIR}/detail/writer 11.hpp71 ${LIBLAS_HEADERS_DIR}/detail/writer 12.hpp67 ${LIBLAS_HEADERS_DIR}/detail/writer/writer.hpp 68 ${LIBLAS_HEADERS_DIR}/detail/writer/base.hpp 69 ${LIBLAS_HEADERS_DIR}/detail/writer/point.hpp 70 ${LIBLAS_HEADERS_DIR}/detail/writer/header.hpp 72 71 ) 73 72 … … 76 75 lascolor.cpp 77 76 laserror.cpp 78 lasf ile.cpp77 lasformat.cpp 79 78 lasheader.cpp 80 79 laspoint.cpp … … 85 84 86 85 SET(LIBLAS_DETAIL_CPP 87 detail/file.cpp 88 detail/reader.cpp 89 detail/reader10.cpp 90 detail/reader11.cpp 91 detail/reader12.cpp 92 detail/writer.cpp 93 detail/writer10.cpp 94 detail/writer11.cpp 95 detail/writer12.cpp) 86 detail/reader/reader.cpp 87 detail/reader/point.cpp 88 detail/reader/header.cpp 89 detail/writer/writer.cpp 90 detail/writer/base.cpp 91 detail/writer/point.cpp 92 detail/writer/header.cpp) 96 93 97 94 SET(LIBLAS_SOURCES
Note: See TracChangeset
for help on using the changeset viewer.
