Skip to content

Commit

Permalink
Adjusted rapidjson path in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbawab committed Sep 11, 2017
1 parent c514762 commit c70b151
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 @@ -16,7 +16,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# Include bashc header files (e.g. same as -I flag)
include_directories(include)
include_directories(thirdparty/EasyCC-CPP/include)
include_directories(thirdparty/EasyCC-CPP/rapidjson/include)
include_directories(thirdparty/EasyCC-CPP/thirdparty/rapidjson/include)

# Store cpp files in a variable
file(GLOB_RECURSE BASH_PROJECT_SOURCE_FILES src/*/*.cpp)
Expand Down

0 comments on commit c70b151

Please sign in to comment.