mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 19:05:59 +08:00
13 lines
291 B
CMake
13 lines
291 B
CMake
prusaslicer_add_cmake_project(EXPAT
|
|
# GIT_REPOSITORY https://github.com/nigels-com/glew.git
|
|
# GIT_TAG 3a8eff7 # 2.1.0
|
|
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/expat
|
|
DEPENDS ${LIBCXX_PKG}
|
|
CMAKE_ARGS
|
|
${MSAN_CMAKE_ARGS}
|
|
)
|
|
|
|
if (MSVC)
|
|
add_debug_dep(dep_EXPAT)
|
|
endif ()
|