Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarillon authored Sep 5, 2023
1 parent 8396a47 commit 0876069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/nlohmann/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.5)
project(Nlohmann VERSION 0.1.0)

add_library(Nlohmann INTERFACE)
target_include_directories(StbImageWrite PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_include_directories(StbImageWrite PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)

0 comments on commit 0876069

Please sign in to comment.