mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
update cmakelists for new files
This commit is contained in:
parent
2406827601
commit
f028ef116d
@ -46,6 +46,8 @@ set(UNTWINE_SRCS
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/epf/Reprocessor.cpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/epf/Writer.cpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/prep/FilePrep.cpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/ProgressWriter.cpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/ThreadPool.cpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/Untwine.cpp
|
||||
@ -71,9 +73,12 @@ set(UNTWINE_HDRS
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/epf/Reprocessor.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/epf/Writer.hpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/prep/FilePrep.hpp
|
||||
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/Common.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FatalError.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FileDimInfo.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/FileInfo.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/GridKey.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/Point.hpp
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine/ProgressWriter.hpp
|
||||
@ -99,6 +104,7 @@ configure_file(${CMAKE_SOURCE_DIR}/external/untwine/untwine/Config.hpp.in ${CMAK
|
||||
|
||||
set(UNTWINE_INCLUDE_DIRS
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/untwine
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/prep
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/epf
|
||||
${CMAKE_SOURCE_DIR}/external/untwine/bu
|
||||
${CMAKE_SOURCE_DIR}/external/untwine
|
||||
|
Loading…
x
Reference in New Issue
Block a user