The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Fix linux builds with vcpkg.

authored by

Korcan Hussein and committed by
Jakob Bornecrantz
0b3ef8f6 a860a7f4

+1
+1
cmake/FindcJSON.cmake
··· 37 37 # Check for CMake config first. 38 38 find_package(cJSON QUIET CONFIG) 39 39 if(cJSON_FOUND AND TARGET cjson) 40 + set_target_properties(cjson PROPERTIES IMPORTED_GLOBAL TRUE) 40 41 # Found config, let's prefer it. 41 42 find_package_handle_standard_args(cJSON CONFIG_MODE) 42 43 set(CJSON_LIBRARY cjson)