Skip to content

Commit

Permalink
CMake: fix SDL include for xrPhysics
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Aug 8, 2018
1 parent f5e1f6c commit 21daea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrPhysics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/ode/include
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/include
/usr/include/SDL2
${SDL_INCLUDE_DIRS}
)

list(APPEND ${PROJECT_NAME}__SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../xrServerEntities/PHNetState.cpp")
Expand Down

0 comments on commit 21daea1

Please sign in to comment.