Sha256: 3b627acaaa64d3ba784f0b8ac30f792151fdfb23e2c0f9c731df53764b3047e5
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
cmake_minimum_required(VERSION 3.1) project(DummyImportMinVer CXX) find_package(nlohmann_json 3.2.0 REQUIRED) add_executable(with_namespace_target main.cpp) target_link_libraries(with_namespace_target nlohmann_json::nlohmann_json)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simdjson-0.3.0 | vendor/simdjson/dependencies/json/test/cmake_import_minver/project/CMakeLists.txt |