Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
9 lines
226 B
CMake
9 lines
226 B
CMake
orcaslicer_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 ()
|