Skip to content

Commit

Permalink
adding include for json library
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Oct 5, 2017
1 parent fe7c3f0 commit e975834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (NOT ${WRENCH_VERSION_EXTRA} EQUAL "")
endif ()


include_directories(src/wrench/ include/ /usr/include /usr/local/include /opt/local/include)
include_directories(src/wrench/ include/ /usr/include /usr/local/include /opt/local/include /usr/local/include/nlohmann)


# library header files
Expand Down

0 comments on commit e975834

Please sign in to comment.