We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e1f6c commit 21daea1Copy full SHA for 21daea1
src/xrPhysics/CMakeLists.txt
@@ -12,7 +12,7 @@ include_directories(
12
${CMAKE_CURRENT_SOURCE_DIR}/..
13
${CMAKE_CURRENT_SOURCE_DIR}/../../Externals/ode/include
14
${CMAKE_CURRENT_SOURCE_DIR}/../../sdk/include
15
- /usr/include/SDL2
+ ${SDL_INCLUDE_DIRS}
16
)
17
18
list(APPEND ${PROJECT_NAME}__SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/../xrServerEntities/PHNetState.cpp")
0 commit comments