summaryrefslogtreecommitdiffhomepage
path: root/third-party/infoware/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/infoware/CMakeLists.txt')
-rw-r--r--third-party/infoware/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/third-party/infoware/CMakeLists.txt b/third-party/infoware/CMakeLists.txt
new file mode 100644
index 0000000..81c7b4b
--- /dev/null
+++ b/third-party/infoware/CMakeLists.txt
@@ -0,0 +1,6 @@
+FetchContent_Declare(
+ infoware
+ URL https://github.com/ThePhD/infoware/archive/e469b86.tar.gz
+ URL_HASH SHA1=e844ae80c5ca3f6b944571130ac3795c96a4e9ab
+ PATCH_COMMAND ${CMAKE_COMMAND} -D "PATCH_FILE=${CMAKE_CURRENT_SOURCE_DIR}/1.current.patch" -P ${PATCH_SCRIPT}
+ DOWNLOAD_EXTRACT_TIMESTAMP No)