1
0
mirror of synced 2024-11-15 19:43:23 +01:00
ImHex/external/nlohmann_json/CMakeLists.txt

9 lines
187 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
project(nlohmann_json)
set(CMAKE_CXX_STANDARD 17)
add_library(nlohmann_json INTERFACE)
target_include_directories(nlohmann_json INTERFACE include)