mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
10 lines
227 B
CMake
10 lines
227 B
CMake
bambustudio_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
|
|
)
|
|
|
|
if (MSVC)
|
|
add_debug_dep(dep_EXPAT)
|
|
endif ()
|