mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
specify module path
This commit is contained in:
parent
2bbcb9f7bf
commit
5e60b61fe9
|
@ -8,6 +8,8 @@ if(NOT COMBINED_PROJECT)
|
||||||
add_subdirectory(${LIBRARY_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/source)
|
add_subdirectory(${LIBRARY_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/source)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../third-party")
|
||||||
|
|
||||||
# Tests uses the private interface of xlnt (source/detail) so it needs to explicitly link zlib and cryptopp
|
# Tests uses the private interface of xlnt (source/detail) so it needs to explicitly link zlib and cryptopp
|
||||||
# as they are not part of xlnt's default link interface
|
# as they are not part of xlnt's default link interface
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user