summaryrefslogtreecommitdiff
path: root/vendor/args.cmake
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 17:47:10 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 22:52:40 +0200
commitc397fd853c8f5743385cc28596d0c7d261d2d1b6 (patch)
tree763f7eb22d4987515b93eb7d45a72d8d82576d4e /vendor/args.cmake
parent419bfbe0eb12db8144bc5361bcc90b419e28f429 (diff)
downloadqtlocation-mapboxgl-c397fd853c8f5743385cc28596d0c7d261d2d1b6.tar.gz
[core] Bump args to 6.2.2 (does not use RTTI)
Diffstat (limited to 'vendor/args.cmake')
-rw-r--r--vendor/args.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/args.cmake b/vendor/args.cmake
new file mode 100644
index 0000000000..b5839943c2
--- /dev/null
+++ b/vendor/args.cmake
@@ -0,0 +1,5 @@
+add_library(args INTERFACE)
+
+target_include_directories(args SYSTEM INTERFACE
+ ${CMAKE_SOURCE_DIR}/vendor/args
+)