mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
5 lines
159 B
CMake
5 lines
159 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/EXPATTargets.cmake)
|
|
set(EXPAT_LIBRARIES EXPAT::expat)
|
|
set(EXPAT_INCLUDE_DIRS ${_IMPORT_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR})
|
|
|