Squashed 'deps/ox/' content from commit 7e884fd3

git-subtree-dir: deps/ox
git-subtree-split: 7e884fd3b44ccddb7b00b9acd6f8dc1a27881996
This commit is contained in:
2026-05-05 22:02:46 -05:00
commit b93c2582c0
464 changed files with 53820 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
cmake_policy(PUSH)
cmake_policy(VERSION 3.0)
@PACKAGE_INIT@
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-targets.cmake" )
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
check_required_components(JsonCpp)
cmake_policy(POP)