Skip to content

Commit

Permalink
Add missing curl include directories
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored Jun 2, 2020
1 parent e3d3300 commit a6ec3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ target_include_directories(xmoto
PRIVATE

"${PROJECT_SOURCE_DIR}/src"
"${CURL_INCLUDE_DIR}"
"${LIBXML2_INCLUDE_DIR}"
"$<${USE_SYSTEM_Lua}:${LUA_INCLUDE_DIR}>"
"$<$<NOT:${USE_SYSTEM_Lua}>:${PROJECT_SOURCE_DIR}/vendor/lua/lua>"
Expand Down

0 comments on commit a6ec3ae

Please sign in to comment.