1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/external/nlohmann_json/CMakeLists.txt
WerWolv 688e921034 Added nlohmann json to imhex directly
Once again Ubuntu is fucking outdated by over a year for literally no reason. Fuck this
2021-01-11 21:42:21 +01:00

9 lines
187 B
CMake
Vendored

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)